tg-core-components 6.3.11-7 → 6.3.11-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.
|
@@ -109,8 +109,8 @@ var ResponsibleGaming = function ResponsibleGaming(_ref) {
|
|
|
109
109
|
* There can only be one limit with status "NewLimit" for each type/timespan
|
|
110
110
|
*/
|
|
111
111
|
var onChangeLimit = function onChangeLimit(type, product) {
|
|
112
|
-
return function (timespan
|
|
113
|
-
return function (amount) {
|
|
112
|
+
return function (timespan) {
|
|
113
|
+
return function (amount, isOther) {
|
|
114
114
|
var newLimit = {
|
|
115
115
|
Id: getByPath(normalizedLimits, '[' + type + '].timespans[' + timespan + '].currentLimit.Id'),
|
|
116
116
|
Type: type,
|
|
@@ -151,8 +151,8 @@ var ResponsibleGaming = function ResponsibleGaming(_ref) {
|
|
|
151
151
|
* There can only be one limit with status "NewLimit" for each type/timespan
|
|
152
152
|
*/
|
|
153
153
|
var onChangeLimit = function onChangeLimit(type, product) {
|
|
154
|
-
return function (timespan
|
|
155
|
-
return function (amount) {
|
|
154
|
+
return function (timespan) {
|
|
155
|
+
return function (amount, isOther) {
|
|
156
156
|
var newLimit = {
|
|
157
157
|
Id: (0, _get2.default)(normalizedLimits, '[' + type + '].timespans[' + timespan + '].currentLimit.Id'),
|
|
158
158
|
Type: type,
|