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 65ca18a commit 45384f7
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 GetTransactionListForCustomerController extends ApiOperationBase
{
public function __construct(AnetApiRequestType $request)
{
$responseType = 'net\authorize\api\contract\v1\GetTransactionListForCustomerResponse';
$responseType = 'net\authorize\api\contract\v1\GetTransactionListResponse';
parent::__construct($request, $responseType);
}

Expand Down

0 comments on commit 45384f7

Please sign in to comment.