mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +08:00
Disable the funding from preview for "Credit or debit cards"
This commit is contained in:
parent
ef8af8af1d
commit
86191be2f4
1 changed files with 1 additions and 0 deletions
|
@ -321,6 +321,7 @@ const SectionButtonPreview = ( { locationSettings } ) => {
|
||||||
clientId: 'test',
|
clientId: 'test',
|
||||||
merchantId: 'QTQX5NP6N9WZU',
|
merchantId: 'QTQX5NP6N9WZU',
|
||||||
components: 'buttons,googlepay',
|
components: 'buttons,googlepay',
|
||||||
|
'disable-funding': 'card',
|
||||||
'buyer-country': 'US',
|
'buyer-country': 'US',
|
||||||
currency: 'USD',
|
currency: 'USD',
|
||||||
} }
|
} }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue