Skip to content

Amazon Pay API SDK PHP 2.5.0

Compare
Choose a tag to compare
@akshitaWaldia akshitaWaldia released this 24 Jan 09:51
· 8 commits to master since this release

Version 2.5.0 - January 2023

  • Introducting new signature generation algorithm AMZN-PAY-RSASSA-PSS-V2 & increasing salt length from 20 to 32.
  • Added support for handling new parameter 'shippingAddressList' in Checkout Session response. Change is fully backwards compatible.
  • Note : To use new algorithm AMZN-PAY-RSASSA-PSS-V2, "algorithm" needs to be provided as an additional field in "$amazonpay_config" and also while rendering Amazon Pay button in "createCheckoutSessionConfig". The changes are backwards-compatible, SDK will use AMZN-PAY-RSASSA-PSS by default.