Elizabeth Fitzpatrick

Results 2 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....

`src/Client.php` on line 68: ``` public function __construct($appName, $appVersion, $machineName="", $environment="", $guzzleParams = [], ?LoggerInterface $logger = null, $logRequestAndResponseBody = false) { ``` `?LoggerInterface $logger` is breaking my php 5.6...