Releases: amzn/amazon-pay-sdk-ruby
Releases · amzn/amazon-pay-sdk-ruby
Amazon Pay Ruby SDK 2.6.1
Version - 2.6.1 - March 2021
- Fixed security risk - Buyer Access token is passed as HTTP header instead of query parameter in URL for get_login_profile API
Amazon Pay Ruby SDK 2.6.0
Version - 2.6.0 - February 2021
- Added additional attribute (expect_immediate_authorization) to ConfirmOrderReference. This value can be set to true or false (Boolean). See Amazon Pay Strong Customer Authentication (SCA) Upgrade Integration Guide for more information.
Amazon Pay Ruby SDK 2.5.0
Version 2.5.0 - August 2019
- (EU/UK) confirm_billing_agreement API has two new optional request parameters:
success_url, failure_url - (EU/UK) set_billing_agreement_details API has three new optional request parameter:
billing_agreement_type, subscription_amount, subscription_currency_code - (EU/UK)For usage instructions, please consult the automatic payments
Amazon Pay Strong Customer Authentication (SCA) Upgrade Integration Guide
https://developer.amazon.com/docs/eu/amazon-pay-automatic/sca-upgrade.html
Amazon Pay Ruby SDK 2.4.0
Version 2.4.0 - February 2019
- confirm_order_reference API has four new request parameters:
success_url, failure_url, authorization_amount, and authorization_currency_code
For usage instructions, please consult the
Amazon Pay Strong Customer Authentication (SCA) Upgrade Integration Guide - Support for supplementary_data attribute added to
authorize_on_billing_agreement and create_order_reference_for_id
Amazon Pay Ruby SDK 2.3.4
Bug Fix get_billing_agreement_details to take
take addreess_consent_token
Bug Fix get_element invalid response
Amazon Pay Ruby SDK 2.3.3
Modify set_order_attribute and set_order_reference_details to take
supplementary_data value
Amazon Pay Ruby SDK 2.3.2
Modify get_order_reference_details and get_billing_agreement_details
to take access_token parameter
Amazon Pay Ruby SDK 2.3.1
Modify ipn_handler to work with new Cert format
Add CHANGES file
Amazon Pay Ruby SDK 2.3.0
Add support for GetMerchantAccountStatus API
Add ListOrderReference and ListOrderReferenceByNextToken
This adds a new function for merchants to search for their orders using a custom SellerOrderID that their website, or service uses. The new functions are:
list_order_reference
list_order_reference_by_next_token