amazon-pay-sdk-php icon indicating copy to clipboard operation
amazon-pay-sdk-php copied to clipboard

Amazon Pay PHP SDK

Results 38 amazon-pay-sdk-php issues
Sort by recently updated
recently updated
newest added

using iconv_set_encoding is deprecated in PHP>50600. The proposed change checks the PHP version and uses the new method instead when appropriate.

i configures the Paywith amazon on local and it work fines while moving to live server it dosent work on live server. server have PHP Version 5.3.29 cURL Information 7.38.0...

Hi Shravan, we just encountered a situation where the API told us, that the access_token is not a valid AddressConstenToken. The cause was that we extracted the value with $_REQUEST['access_token']...

enhancement

With a new psr\log version following fatal error occurs: `PHP Fatal error: Declaration of AmazonPay\\Client::setLogger(?Psr\\Log\\LoggerInterface $logger = null) must be compatible with Psr\\Log\\LoggerAwareInterface::setLogger(Psr\\Log\\LoggerInterface $logger): void in /var/www/html/vendor/amzn/amazon-pay-sdk-php/AmazonPay/Client.php on line 106`

I think having a `^8.0` for PHP is better than specifying explicit minor versions. By submitting this pull request, I confirm that my contribution is made under the terms of...

*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.

_Description of changes:_ - enable configuration of CURLOPT_CONNECTTIMEOUT and CURLOPT_TIMEOUT The values of these new keys are set to the defaults of curl. Now the user can also change these...

*Issue #101 :* *Description of changes:* Fix php fatal error for newer psr\log.