Skip to content

Commit 63c40c9

Browse files
Merge pull request #1062 from payplug/PRE-2958-reject-amex
PRE-2958 feat: Disable amex payments on Hosted Field
2 parents 7688dee + e9bb9ab commit 63c40c9

13 files changed

+189
-149
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('jquery', 'react', 'wc-blocks-registry', 'wc-settings', 'wp-data', 'wp-html-entities', 'wp-i18n'), 'version' => '95faf46d43160a9b33cd');
1+
<?php return array('dependencies' => array('jquery', 'react', 'wc-blocks-registry', 'wc-settings', 'wp-data', 'wp-html-entities', 'wp-i18n'), 'version' => '6ac2d83bddc2eb19ddab');

assets/js/blocks/wc-payplug-payplug-blocks.js

Lines changed: 57 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/blocks/wc-payplug-payplug-blocks.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

languages/payplug-en_US.mo

142 Bytes
Binary file not shown.

languages/payplug-en_US.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgstr ""
1212
"MIME-Version: 1.0\n"
1313
"Content-Type: text/plain; charset=UTF-8\n"
1414
"Content-Transfer-Encoding: 8bit\n"
15-
"X-Generator: Poedit 3.5\n"
15+
"X-Generator: Poedit 3.6\n"
1616

1717
msgid "payplug_advanced_settings"
1818
msgstr "Advanced Settings"
@@ -457,6 +457,9 @@ msgstr "Invalid Name and/or Last Name"
457457
msgid "payplug_integrated_payment_pan_error"
458458
msgstr "Invalid card number."
459459

460+
msgid "payplug_integrated_payment_amex"
461+
msgstr "We do not accept American Express cards. Please use a different card."
462+
460463
msgid "payplug_integrated_payment_cvv_error"
461464
msgstr "Invalid CVV."
462465

languages/payplug-fr_FR.mo

135 Bytes
Binary file not shown.

languages/payplug-fr_FR.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgstr ""
1212
"MIME-Version: 1.0\n"
1313
"Content-Type: text/plain; charset=UTF-8\n"
1414
"Content-Transfer-Encoding: 8bit\n"
15-
"X-Generator: Poedit 3.5\n"
15+
"X-Generator: Poedit 3.6\n"
1616

1717
#: src/Gateway/PayplugGateway.php:383
1818
msgid " I have integrated the Oney legal notices into the GCSs of my site"
@@ -1068,6 +1068,9 @@ msgstr "Nom et/ou Prénom invalide(s)."
10681068
msgid "payplug_integrated_payment_pan_error"
10691069
msgstr "Numéro de carte invalide."
10701070

1071+
msgid "payplug_integrated_payment_amex"
1072+
msgstr "Nous n’acceptons pas les cartes American Express. Veuillez utiliser une autre carte."
1073+
10711074
msgid "payplug_integrated_payment_cvv_error"
10721075
msgstr "CVV invalide."
10731076

languages/payplug-it_IT.mo

128 Bytes
Binary file not shown.

languages/payplug-it_IT.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgstr ""
1212
"MIME-Version: 1.0\n"
1313
"Content-Type: text/plain; charset=UTF-8\n"
1414
"Content-Transfer-Encoding: 8bit\n"
15-
"X-Generator: Poedit 3.5\n"
15+
"X-Generator: Poedit 3.6\n"
1616

1717
#: src/Gateway/PayplugGateway.php:383
1818
msgid " I have integrated the Oney legal notices into the GCSs of my site"
@@ -1068,6 +1068,9 @@ msgstr "Nome e/o Cognome non valido(i)."
10681068
msgid "payplug_integrated_payment_pan_error"
10691069
msgstr "Numero di carta non valido."
10701070

1071+
msgid "payplug_integrated_payment_amex"
1072+
msgstr "Non accettiamo carte American Express. Si prega di utilizzare un’altra carta."
1073+
10711074
msgid "payplug_integrated_payment_cvv_error"
10721075
msgstr "CVV non valido."
10731076

0 commit comments

Comments
 (0)