Skip to content

Commit

Permalink
Only use upgrade layout on start page
Browse files Browse the repository at this point in the history
  • Loading branch information
StaberindeZA committed Mar 6, 2025
1 parent 8b76f1a commit da3c76f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/payments/cart/src/lib/cart.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ export class CartService {
let upcomingInvoicePreview: InvoicePreview | undefined;
if (
cartEligibilityStatus === CartEligibilityStatus.UPGRADE &&
cart.state !== CartState.SUCCESS
cart.state === CartState.START
) {
assert(
'fromPrice' in eligibility,
Expand Down

0 comments on commit da3c76f

Please sign in to comment.