mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Merge pull request #3084 from woocommerce/PCP-4196-fix-copy-of-the-disabled-cards-field
Fix copy of the "Disabled Cards" field (4196)
This commit is contained in:
commit
8d80f13fa4
1 changed files with 5 additions and 1 deletions
|
@ -25,7 +25,7 @@ const OtherSettings = () => {
|
|||
'woocommerce-paypal-payments'
|
||||
) }
|
||||
description={ __(
|
||||
"If left blank, PayPal and other buttons will present in the user's detected language. Enter a language here to force all buttons to display in that language.",
|
||||
'By default, all possible credit cards will be accepted. Card types added here will be rejected at checkout.',
|
||||
'woocommerce-paypal-payments'
|
||||
) }
|
||||
>
|
||||
|
@ -34,6 +34,10 @@ const OtherSettings = () => {
|
|||
value={ disabledCards }
|
||||
onChange={ setDisabledCards }
|
||||
isMulti={ true }
|
||||
placeholder={ __(
|
||||
'Show all cards',
|
||||
'woocommerce-paypal-payments'
|
||||
) }
|
||||
/>
|
||||
</SettingsBlock>
|
||||
</Accordion>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue