Skip to content

Commit 206e995

Browse files
author
brianmc
committed
Fixed response type for CreateCustomerProfileFromTransactionController
1 parent 117ea1f commit 206e995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
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)