tg-core-components 6.1.16-vega-integration.0 → 6.1.16-vega-integration.1
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.
|
@@ -666,8 +666,8 @@ var _initialiseProps = function _initialiseProps() {
|
|
|
666
666
|
providerType: method.providerType,
|
|
667
667
|
lastDepositAmount: paymentStats.LastDepositAmount,
|
|
668
668
|
remainingDepositLimit: remainingDepositLimit,
|
|
669
|
-
methodMin:
|
|
670
|
-
methodMax:
|
|
669
|
+
methodMin: 1,
|
|
670
|
+
methodMax: 500,
|
|
671
671
|
customAmount: selectedMethodDetail && selectedMethodDetail.customAmounts,
|
|
672
672
|
cancelWithdrawalAmount: method.amount,
|
|
673
673
|
spainRemainingDepositAmount: _this3.getSpainRemainingDepositAmount()
|
|
@@ -731,8 +731,8 @@ var _initialiseProps = function _initialiseProps() {
|
|
|
731
731
|
providerType: method.providerType,
|
|
732
732
|
lastDepositAmount: paymentStats.LastDepositAmount,
|
|
733
733
|
remainingDepositLimit: remainingDepositLimit,
|
|
734
|
-
methodMin:
|
|
735
|
-
methodMax:
|
|
734
|
+
methodMin: 1,
|
|
735
|
+
methodMax: 500,
|
|
736
736
|
customAmount: selectedMethodDetail && selectedMethodDetail.customAmounts,
|
|
737
737
|
cancelWithdrawalAmount: method.amount,
|
|
738
738
|
spainRemainingDepositAmount: _this3.getSpainRemainingDepositAmount()
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tg-core-components",
|
|
3
|
-
"version": "6.1.16-vega-integration.
|
|
3
|
+
"version": "6.1.16-vega-integration.1",
|
|
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": "833c6feccb7d8243f1a9bf32af8ae1913db39db7"
|
|
80
80
|
}
|