diff --git a/modules/ppcp-settings/resources/js/data/settings/tab-styling-data.js b/modules/ppcp-settings/resources/js/data/settings/tab-styling-data.js index 35424f602..92bb32015 100644 --- a/modules/ppcp-settings/resources/js/data/settings/tab-styling-data.js +++ b/modules/ppcp-settings/resources/js/data/settings/tab-styling-data.js @@ -54,19 +54,19 @@ export const paymentMethodOptions = [ label: __( 'Venmo', 'woocommerce-paypal-payments' ), }, { - value: 'pay-later', + value: 'paylater', label: __( 'Pay Later', 'woocommerce-paypal-payments' ), }, { - value: 'debit-or-credit-card', + value: 'card', label: __( 'Debit or Credit Card', 'woocommerce-paypal-payments' ), }, { - value: 'google-pay', + value: 'googlepay', label: __( 'Google Pay', 'woocommerce-paypal-payments' ), }, { - value: 'apple-pay', + value: 'applepay', label: __( 'Apple Pay', 'woocommerce-paypal-payments' ), }, ];