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, ) ); } } 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