Skip to content

Commit

Permalink
Square should be displayed before Cash App
Browse files Browse the repository at this point in the history
  • Loading branch information
moon0326 committed Feb 29, 2024
1 parent 59a88fc commit 18f7b65
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
) );
}
}
Expand Down

0 comments on commit 18f7b65

Please sign in to comment.