Skip to content

Commit

Permalink
fix: add promotion scope to the validation of the first basket checko…
Browse files Browse the repository at this point in the history
…ut step (#1322)
  • Loading branch information
clindeIntershop authored Nov 10, 2022
1 parent bb334f7 commit 8da52d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class BasketValidationEffects {
) {}

private validationSteps: { scopes: BasketValidationScopeType[]; route: string }[] = [
{ scopes: ['Products', 'Value', 'CostCenter'], route: '/basket' },
{ scopes: ['Products', 'Promotion', 'Value', 'CostCenter'], route: '/basket' },
{ scopes: ['InvoiceAddress', 'ShippingAddress', 'Addresses'], route: '/checkout/address' },
{ scopes: ['Shipping'], route: '/checkout/shipping' },
{ scopes: ['Payment'], route: '/checkout/payment' },
Expand Down

0 comments on commit 8da52d6

Please sign in to comment.