Skip to content

Commit

Permalink
Fixed response type for CreateCustomerProfileFromTransactionController
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmc committed Jun 18, 2015
1 parent 117ea1f commit 206e995
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 206e995

Please sign in to comment.