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, isOther) {
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, isOther) {
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tg-core-components",
3
- "version": "6.3.11-7",
3
+ "version": "6.3.11-8",
4
4
  "description": "tg-core-components",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",