mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-10 12:00:32 +08:00
Remove settings cogwheels from venmo and pay later
This commit is contained in:
parent
2bea225d9b
commit
7af348772d
1 changed files with 1 additions and 7 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue