mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-10 23:42:39 +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 = {
|
const paymentMethods = {
|
||||||
// PayPal Checkout methods
|
// PayPal Checkout methods
|
||||||
paypal: {
|
'ppcp-gateway': {
|
||||||
fields: {
|
fields: {
|
||||||
...createStandardFields( 'paypal', 'PayPal' ),
|
...createStandardFields( 'paypal', 'PayPal' ),
|
||||||
showLogo: {
|
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: {
|
credit_and_debit_card_payments: {
|
||||||
fields: createStandardFields(
|
fields: createStandardFields(
|
||||||
'credit_and_debit_card_payments',
|
'credit_and_debit_card_payments',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue