From 18f7b6525f13d2429d793ca3ed597c57464957cf Mon Sep 17 00:00:00 2001 From: moon Date: Thu, 29 Feb 2024 13:17:45 -0800 Subject: [PATCH 1/2] Square should be displayed before Cash App --- .../partners/class-wc-calypso-bridge-partner-square.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/free-trial/partners/class-wc-calypso-bridge-partner-square.php b/includes/free-trial/partners/class-wc-calypso-bridge-partner-square.php index 09a40193..df494695 100644 --- a/includes/free-trial/partners/class-wc-calypso-bridge-partner-square.php +++ b/includes/free-trial/partners/class-wc-calypso-bridge-partner-square.php @@ -221,8 +221,8 @@ private function force_square_payment_methods_order() { $order_option = get_option( 'woocommerce_gateway_order', false ); if ( ! $order_option ) { update_option( 'woocommerce_gateway_order', array( - 'square_cash_app_pay' => 0, - 'square_credit_card' => 1 + 'square_credit_card' => 0, + 'square_cash_app_pay' => 1, ) ); } } From 5a66b461ebfeb842c22708bacb45a6cbf25bb14a Mon Sep 17 00:00:00 2001 From: moon Date: Thu, 29 Feb 2024 13:18:02 -0800 Subject: [PATCH 2/2] Update changelog --- readme.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 99f5b999..f14f2179 100644 --- a/readme.txt +++ b/readme.txt @@ -22,12 +22,12 @@ This section describes how to install the plugin and get it working. == Changelog == -= 2.3.9 = -* Force square_cash_app_pay and square_credit_card order on the payment settings page #1445 - = Unreleased = * Force square_cash_app_pay and square_credit_card order on the payment settings page #xxx += 2.3.9 = +* Force square_cash_app_pay and square_credit_card order on the payment settings page #1445 + = 2.3.8 = * Update Square task copy changes #1443