Remove settings cogwheels from venmo and pay later

This commit is contained in:
Emili Castells Guasch 2025-01-21 10:40:08 +01:00
parent 2bea225d9b
commit 7af348772d

View file

@ -19,7 +19,7 @@ const createStandardFields = ( methodId, defaultTitle ) => ( {
const paymentMethods = {
// PayPal Checkout methods
paypal: {
'ppcp-gateway': {
fields: {
...createStandardFields( 'paypal', 'PayPal' ),
showLogo: {
@ -29,12 +29,6 @@ const paymentMethods = {
},
},
},
venmo: {
fields: createStandardFields( 'venmo', 'Venmo' ),
},
paypal_credit: {
fields: createStandardFields( 'paypal_credit', 'PayPal Credit' ),
},
credit_and_debit_card_payments: {
fields: createStandardFields(
'credit_and_debit_card_payments',