Skip to content

Commit 65ca18a

Browse files
committed
Fix for incorrect response type
1 parent d9bf5bb commit 65ca18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/authorize/api/controller/CreateCustomerProfileFromTransactionController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class CreateCustomerProfileFromTransactionController extends ApiOperationBase
88
{
99
public function __construct(AnetApiRequestType $request)
1010
{
11-
$responseType = 'net\authorize\api\contract\v1\CreateCustomerProfileFromTransactionResponse';
11+
$responseType = 'net\authorize\api\contract\v1\CreateCustomerProfileResponse';
1212
parent::__construct($request, $responseType);
1313
}
1414

0 commit comments

Comments
 (0)