@compassdigital/sdk.typescript 4.488.0 → 4.489.0
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.
package/package.json
CHANGED
|
@@ -405,7 +405,7 @@ export interface CentricDiscountItemLevelConfigDetails {
|
|
|
405
405
|
}
|
|
406
406
|
|
|
407
407
|
export interface CentricDiscountItemLevelConfig {
|
|
408
|
-
// details of the item level config
|
|
408
|
+
// details of the item level config, Voucherify only supports up to 20 items
|
|
409
409
|
details: CentricDiscountItemLevelConfigDetails[];
|
|
410
410
|
globalMenuGroupId?: string;
|
|
411
411
|
globalMenuGroupName?: string;
|