mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
feature(checkout-reward): Enable Delivery Options
This commit is contained in:
@@ -88,7 +88,7 @@ export class RewardActionComponent {
|
|||||||
items,
|
items,
|
||||||
useRedemptionPoints: true,
|
useRedemptionPoints: true,
|
||||||
preSelectOption: { option: 'in-store' },
|
preSelectOption: { option: 'in-store' },
|
||||||
disabledPurchaseOptions: ['delivery', 'dig-delivery', 'b2b-delivery'],
|
disabledPurchaseOptions: ['b2b-delivery'],
|
||||||
hideDisabledPurchaseOptions: true,
|
hideDisabledPurchaseOptions: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ export class RewardShoppingCartItemComponent {
|
|||||||
tabId: this.#tabId() as unknown as number,
|
tabId: this.#tabId() as unknown as number,
|
||||||
type: 'update',
|
type: 'update',
|
||||||
useRedemptionPoints: true,
|
useRedemptionPoints: true,
|
||||||
disabledPurchaseOptions: ['delivery', 'dig-delivery', 'b2b-delivery'],
|
disabledPurchaseOptions: ['b2b-delivery'],
|
||||||
hideDisabledPurchaseOptions: true,
|
hideDisabledPurchaseOptions: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user