This update modifies the billing system to properly handle both single and recurring payment plans. Logic is introduced to determine whether the selected plan is recurring or a one-time payment and adjust the interface accordingly. The naming of some components and variables has been changed to more accurately reflect their purpose. Additionally, a
8 lines
274 B
TypeScript
8 lines
274 B
TypeScript
export * from './plan-picker';
|
|
export * from './current-subscription-card';
|
|
export * from './current-lifetime-order-card';
|
|
export * from './embedded-checkout';
|
|
export * from './billing-session-status';
|
|
export * from './billing-portal-card';
|
|
export * from './pricing-table';
|