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:
Emili Castells 2025-02-10 11:51:43 +01:00 committed by GitHub
commit 8d80f13fa4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>