@provis/provis-common-be-module 1.4.29 → 1.4.30
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.
|
@@ -283,7 +283,7 @@ product.LIST = {
|
|
|
283
283
|
},
|
|
284
284
|
[product.PRODUCT_CODE_OTTO_AUM_GP]: {
|
|
285
285
|
value: product.PRODUCT_CODE_OTTO_AUM_GP,
|
|
286
|
-
name: "
|
|
286
|
+
name: "Gamers Protection",
|
|
287
287
|
},
|
|
288
288
|
[product.PRODUCT_CODE_OTTO_AUM_PLN]: {
|
|
289
289
|
value: product.PRODUCT_CODE_OTTO_AUM_PLN,
|
|
@@ -295,15 +295,15 @@ product.LIST = {
|
|
|
295
295
|
},
|
|
296
296
|
[product.PRODUCT_CODE_OTTO_AUM_SB]: {
|
|
297
297
|
value: product.PRODUCT_CODE_OTTO_AUM_SB,
|
|
298
|
-
name: "
|
|
298
|
+
name: "Merchant Protection Stock",
|
|
299
299
|
},
|
|
300
300
|
[product.PRODUCT_CODE_OTTO_AUM_FB]: {
|
|
301
301
|
value: product.PRODUCT_CODE_OTTO_AUM_FB,
|
|
302
|
-
name: "
|
|
302
|
+
name: "Merchant Protection Flexas - Flood",
|
|
303
303
|
},
|
|
304
304
|
[product.PRODUCT_CODE_OTTO_AUM_FBK]: {
|
|
305
305
|
value: product.PRODUCT_CODE_OTTO_AUM_FBK,
|
|
306
|
-
name: "
|
|
306
|
+
name: "Merchant Protection Flexas - Flood - Burglary",
|
|
307
307
|
},
|
|
308
308
|
};
|
|
309
309
|
exports.default = product;
|