From 8edbc2205ae15459735e7c2e1af039bdeb8ece22 Mon Sep 17 00:00:00 2001 From: inpsyde-maticluznar Date: Thu, 28 Nov 2024 11:15:10 +0100 Subject: [PATCH] Update payment method option values --- .../resources/js/data/settings/tab-styling-data.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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' ), }, ];