feat: add variant ids to new subscription plans

This commit is contained in:
Ahmed Bouhuolia
2024-07-13 19:53:52 +02:00
parent eb3f23554f
commit 72128a72c4
3 changed files with 22 additions and 1 deletions

View File

@@ -19,6 +19,8 @@ export function SubscriptionPlans() {
monthlyPriceLabel={plan.monthlyPriceLabel}
annuallyPrice={plan.annuallyPrice}
annuallyPriceLabel={plan.annuallyPriceLabel}
monthlyVariantId={plan.monthlyVariantId}
annuallyVariantId={plan.annuallyVariantId}
/>
))}
</Group>