Elizabeth Fitzpatrick
Results
1
issues of
Elizabeth Fitzpatrick
The file `lib/net/authorize/api/controller/CreateCustomerProfileFromTransactionController.php` uses the response type `net\authorize\api\contract\v1\CreateCustomerProfileFromTransactionResponse`, but a corresponding file does not exist in lib/net/authorize/api/contract/v1. Changing the line `$responseType = 'net\authorize\api\contract\v1\CreateCustomerProfileFromTransactionResponse';` to `$responseType = 'net\authorize\api\contract\v1\CreateCustomerProfileResponse';` fixes the issue....