amazon-pay-sdk-php
amazon-pay-sdk-php copied to clipboard
Amazon Pay PHP SDK
Users need a better way to determine error categories than parsing error messages. One good solution would be problem-specific Exception types, such as BadMethodCallException for missing parameters or a hypothetical...
The SDK ships it's own version of `Psr\Log\LoggerInterface` which causes some IDEs (like PHPStorm) to remark an ambiguity when composer is used to install the real `Psr\Log\LoggerInterface` which is available...
Nowadays, we have a variety of HTTP client implementations in the PHP world, and nothing seems to rely on the specific curl's feature found in `HttpCurlInterface`, so I suppose that...
*Issue #, if available:* *Description of changes:* Fixed the typo By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
SCA upgrade is not possible for version 2.x, `Hmmm...that didn't work` is always displayed. The issue is that mappings for SuccessUrl and FailureUrl are missing in \PayWithAmazon\Client::confirmOrderReference
*Issue #, if available:* *Description of changes:* The license text appears to be Apache License 2.0. The short identifier used does not appear to be defined, but nearly correct for...
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
This PR removes a duplicated version of Psr\Log, which could have caused applications to use a different version than expected. Instead, we list psr/log as a composer dependency. To facilitate...
Hello Team, We are getting an error while making a POST call to the endpoint i.e. "https://mws.amazonservices.com/OffAmazonPayments/2013-01-01". Here is the stack trace: `"Array ( [url] => https://mws.amazonservices.com/OffAmazonPayments/2013-01-01 [content_type] => [http_code]...
At least convert everything to leading spaces instead of these "tabs mixins" to start with.