Skip to content

Commit

Permalink
Remove the "debit and credit" card from data
Browse files Browse the repository at this point in the history
  • Loading branch information
Narek13 committed Dec 9, 2024
1 parent 332a4fd commit ef8af8a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ export const paymentMethodOptions = [
value: 'paylater',
label: __( 'Pay Later', 'woocommerce-paypal-payments' ),
},
{
value: 'card',
label: __( 'Debit or Credit Card', 'woocommerce-paypal-payments' ),
},
{
value: 'googlepay',
label: __( 'Google Pay', 'woocommerce-paypal-payments' ),
Expand Down

0 comments on commit ef8af8a

Please sign in to comment.