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,
|
||||
useRedemptionPoints: true,
|
||||
preSelectOption: { option: 'in-store' },
|
||||
disabledPurchaseOptions: ['delivery', 'dig-delivery', 'b2b-delivery'],
|
||||
disabledPurchaseOptions: ['b2b-delivery'],
|
||||
hideDisabledPurchaseOptions: true,
|
||||
});
|
||||
|
||||
|
||||
@@ -88,7 +88,7 @@ export class RewardShoppingCartItemComponent {
|
||||
tabId: this.#tabId() as unknown as number,
|
||||
type: 'update',
|
||||
useRedemptionPoints: true,
|
||||
disabledPurchaseOptions: ['delivery', 'dig-delivery', 'b2b-delivery'],
|
||||
disabledPurchaseOptions: ['b2b-delivery'],
|
||||
hideDisabledPurchaseOptions: true,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user