mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +08:00
Update payment method option values
This commit is contained in:
parent
9c6ada5a3a
commit
8edbc2205a
1 changed files with 4 additions and 4 deletions
|
@ -54,19 +54,19 @@ export const paymentMethodOptions = [
|
||||||
label: __( 'Venmo', 'woocommerce-paypal-payments' ),
|
label: __( 'Venmo', 'woocommerce-paypal-payments' ),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: 'pay-later',
|
value: 'paylater',
|
||||||
label: __( 'Pay Later', 'woocommerce-paypal-payments' ),
|
label: __( 'Pay Later', 'woocommerce-paypal-payments' ),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: 'debit-or-credit-card',
|
value: 'card',
|
||||||
label: __( 'Debit or Credit Card', 'woocommerce-paypal-payments' ),
|
label: __( 'Debit or Credit Card', 'woocommerce-paypal-payments' ),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: 'google-pay',
|
value: 'googlepay',
|
||||||
label: __( 'Google Pay', 'woocommerce-paypal-payments' ),
|
label: __( 'Google Pay', 'woocommerce-paypal-payments' ),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: 'apple-pay',
|
value: 'applepay',
|
||||||
label: __( 'Apple Pay', 'woocommerce-paypal-payments' ),
|
label: __( 'Apple Pay', 'woocommerce-paypal-payments' ),
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue