amazon-pay-sdk-php
amazon-pay-sdk-php copied to clipboard
Amazon Pay PHP SDK
This change allow developers to get request body after it is called for better debugging and app development. *Issue #, if available:* *Description of changes:* By submitting this pull request,...
Hi, the charge method could also be used for convenience in case we see a soft decline (Order is suspenden => do not to a set call but do confirm...
*Description of changes:* occured -> occurred By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
If I receive an error response such as following: ``` Sender InvalidBillingAgreementId The BillingAgreementId C01-0006795-6194664 is invalid. 63c96864-68ea-4d66-897a-08e8363c43f7 ``` The [getStatus() ](https://github.com/amzn/login-and-pay-with-amazon-sdk-php/blob/master/PayWithAmazon/ResponseParser.php#L85) method on ResponseParser.php might not have $status defined...
Hi today in my PhpStorm suggestion i read a notice related to namespace "Psr\Log" is duplicated. investigating i see that this library internally implement this standard. Can we switch to...
Apparently on a `pay` call `InheritShippingAddress` (inherit_shipping_address) gets sent as false by default (or the docs are wrong). https://developer.amazon.com/docs/amazon-pay-api/authorizeonbillingagreement.html The docs state the param is true by default, and the...
The confirmOrderReference function expects an 'authorization_amount' parameter. You're setting this index for the authorize function in $authorizeParameters, but the confirmOrderReference will always return a Draft status without that parameter. If...
Hi, Is there any possibility we can send the charge amount parameter to the login screen? And get the amount on the Authorize page? In my case, I offering a...
Hi Everyone I'm trying to use the multi currency feature, i have a GBP account but a multi currency site, all ok when passing GBP but on EUR i get...
*Description of changes:* If something bad happens all of the time generic `\Exception` is throw at all times. It is quite hard to handle such problems properly. One way is...