tg-core-components 6.1.5 → 6.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -542,12 +542,12 @@ var BankIntl = function BankIntl(_ref9) {
|
|
|
542
542
|
{ className: 'payment-account-info' },
|
|
543
543
|
React.createElement(Input, {
|
|
544
544
|
required: true,
|
|
545
|
-
name: '
|
|
546
|
-
value: account.accountId ? account.maskedAccount.replace(/\d*-/g, '') : values['
|
|
547
|
-
onChange: function onChange(e,
|
|
548
|
-
return change('
|
|
545
|
+
name: 'iban',
|
|
546
|
+
value: account.accountId ? account.maskedAccount.replace(/\d*-/g, '') : values['iban'],
|
|
547
|
+
onChange: function onChange(e, iban) {
|
|
548
|
+
return change('iban', iban);
|
|
549
549
|
},
|
|
550
|
-
label: translate({ id: 'cashier.details.
|
|
550
|
+
label: translate({ id: 'cashier.details.iban' }, intl),
|
|
551
551
|
disabled: account.accountId
|
|
552
552
|
}),
|
|
553
553
|
React.createElement(Input, {
|
|
@@ -585,12 +585,12 @@ var BankIntl = function BankIntl(_ref9) {
|
|
|
585
585
|
{ className: 'payment-account-info' },
|
|
586
586
|
_react2.default.createElement(_Input2.default, {
|
|
587
587
|
required: true,
|
|
588
|
-
name: '
|
|
589
|
-
value: account.accountId ? account.maskedAccount.replace(/\d*-/g, '') : values['
|
|
590
|
-
onChange: function onChange(e,
|
|
591
|
-
return change('
|
|
588
|
+
name: 'iban',
|
|
589
|
+
value: account.accountId ? account.maskedAccount.replace(/\d*-/g, '') : values['iban'],
|
|
590
|
+
onChange: function onChange(e, iban) {
|
|
591
|
+
return change('iban', iban);
|
|
592
592
|
},
|
|
593
|
-
label: (0, _translate2.default)({ id: 'cashier.details.
|
|
593
|
+
label: (0, _translate2.default)({ id: 'cashier.details.iban' }, intl),
|
|
594
594
|
disabled: account.accountId
|
|
595
595
|
}),
|
|
596
596
|
_react2.default.createElement(_Input2.default, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tg-core-components",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.8",
|
|
4
4
|
"description": "tg-core-components",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"webpack": "^3.0.0",
|
|
77
77
|
"webpack-blocks": "^1.0.0"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "39a88084372f631fad6d21cc00ecfd9a2328acc7"
|
|
80
80
|
}
|