Skip to content

Commit

Permalink
Merge pull request #54 from AuthorizeNet/future
Browse files Browse the repository at this point in the history
Future
  • Loading branch information
brianmc committed Jun 18, 2015
2 parents 010ec05 + 206e995 commit 5ddc8f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CreateCustomerProfileFromTransactionController extends ApiOperationBase
{
public function __construct(AnetApiRequestType $request)
{
$responseType = 'net\authorize\api\contract\v1\CreateCustomerProfileFromTransactionResponse';
$responseType = 'net\authorize\api\contract\v1\CreateCustomerProfileResponse';
parent::__construct($request, $responseType);
}

Expand Down

0 comments on commit 5ddc8f9

Please sign in to comment.