Skip to content

Commit

Permalink
Fix for incorrect response type
Browse files Browse the repository at this point in the history
  • Loading branch information
gnongsie committed Sep 6, 2024
1 parent d9bf5bb commit 65ca18a
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 65ca18a

Please sign in to comment.