Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceman03 committed Mar 17, 2024
1 parent 668e52b commit c74b14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/src/lib/merch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export interface PromoInfo {
name: string;
discount_percentage: string;
category: string;
};
}

export type PricedCart = {
promoCode?: string;
Expand Down

0 comments on commit c74b14b

Please sign in to comment.