Skip to content

Commit

Permalink
Fix for issue 105
Browse files Browse the repository at this point in the history
As mentioned in AuthorizeNet#105
  • Loading branch information
maki10 authored Nov 16, 2021
1 parent a3e76f9 commit cb7679b
Showing 1 changed file with 2 additions and 2 deletions.
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 All @@ -18,4 +18,4 @@ protected function validateRequest()

//validate non-required fields of $this->apiRequest->
}
}
}

0 comments on commit cb7679b

Please sign in to comment.