tg-core-components 6.3.4-3.12 → 6.3.4-3.13
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.
|
@@ -113,7 +113,9 @@ var ResponsibleGaming = function ResponsibleGaming(_ref) {
|
|
|
113
113
|
Product: product,
|
|
114
114
|
Timespan: timespan,
|
|
115
115
|
Amount: amount,
|
|
116
|
-
MaxAmount:
|
|
116
|
+
MaxAmount: function MaxAmount() {
|
|
117
|
+
return getValues(maxAmounts, currency, timespan);
|
|
118
|
+
},
|
|
117
119
|
Status: 'NewLimit'
|
|
118
120
|
};
|
|
119
121
|
var limits = localLimits.filter(function (l) {
|
|
@@ -156,7 +156,9 @@ var ResponsibleGaming = function ResponsibleGaming(_ref) {
|
|
|
156
156
|
Product: product,
|
|
157
157
|
Timespan: timespan,
|
|
158
158
|
Amount: amount,
|
|
159
|
-
MaxAmount: (
|
|
159
|
+
MaxAmount: function MaxAmount() {
|
|
160
|
+
return (0, _helpers.getValues)(maxAmounts, currency, timespan);
|
|
161
|
+
},
|
|
160
162
|
Status: 'NewLimit'
|
|
161
163
|
};
|
|
162
164
|
var limits = localLimits.filter(function (l) {
|