You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Check if other gateways is enabled before hide checkout button issue #97
* Enable subscription amount change support Issue #106
* Accept states without letters mark variations on shipping restriction - Issue #122
* Render cart button on update shipping method
* Unify version checker
* Get order charge permission and charge id method
* Force v2 version on orders
* Remove duplicated assignation
* Add charge id for the orders with open capture
* Parse V1 ipn response to process it with V2 handler
* Skip v1 IPN handler on migration done
* Lowercase version on parsed IPN notification
* Change string replace function and save order
* Log notification Data for the V1 IPN
* Fix typos
* PHPCS issues
* PHPCS manual fixes
* PHPCS fixes
* Fix function call.
* Undo version change
* Replace gateways object to avoid error on settings
* Set Order Transaction Id
(Saucal Issue #125)
* Force Decimals to 2 on amounts sent to API
* Hide API V1 settings after onboarding is made
* Check other gateways existence early
* Delay Init settings to ensure gateway addition
* Add correct transaction Id to subscription and renewals orders
Co-authored-by: Matias Saggiorato <saggiorato@saucal.com>
Co-authored-by: Matias Saggiorato <matiassaggiorato@gmail.com>
Copy file name to clipboardExpand all lines: includes/class-wc-gateway-amazon-payments-advanced-abstract.php
+16-7Lines changed: 16 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,6 @@ public function __construct() {
123
123
$this->method_description = __( 'Amazon Pay is embedded directly into your existing web site, and all the buyer interactions with Amazon Pay and Login with Amazon take place in embedded widgets so that the buyer never leaves your site. Buyers can log in using their Amazon account, select a shipping address and payment method, and then confirm their order. Requires an Amazon Pay seller account and supports USA, UK, Germany, France, Italy, Spain, Luxembourg, the Netherlands, Sweden, Portugal, Hungary, Denmark, and Japan.', 'woocommerce-gateway-amazon-payments-advanced' );
0 commit comments