Skip to content

Commit

Permalink
Replacing Giropay with Alipay on the rest settings controller test
Browse files Browse the repository at this point in the history
  • Loading branch information
wjrosa committed Jul 9, 2024
1 parent e4fa315 commit 9e69d75
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ public function test_enum_fields( $rest_key, $option_name, $original_valid_value
'bancontact_payments' => 'active',
'card_payments' => 'active',
'eps_payments' => 'active',
'alipay_payments' => 'active',
'ideal_payments' => 'active',
'p24_payments' => 'active',
'sepa_debit_payments' => 'active',
Expand Down Expand Up @@ -356,7 +357,7 @@ public function enum_field_provider() {
'enabled_payment_method_ids',
'upe_checkout_experience_accepted_payments',
[ 'card' ],
[ 'card' ],
[ 'card', 'alipay' ],
[ 'foo' ],
true,
],
Expand Down

0 comments on commit 9e69d75

Please sign in to comment.