We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db4243 commit 9a86d09Copy full SHA for 9a86d09
static/gsApp/views/amCheckout/components/cart.tsx
@@ -61,7 +61,11 @@ interface CartProps {
61
invoice,
62
nextQueryParams,
63
isSubmitted,
64
- }: Pick<CheckoutState, 'invoice' | 'nextQueryParams' | 'isSubmitted'>) => void;
+ previewData,
65
+ }: Pick<
66
+ CheckoutState,
67
+ 'invoice' | 'nextQueryParams' | 'isSubmitted' | 'previewData'
68
+ >) => void;
69
organization: Organization;
70
subscription: Subscription;
71
referrer?: string;
0 commit comments