feat(activity): added user info to checkout_subscription and subscription upgrade (#4967)
* feat: added userId to checkout_subscription * feat: add update intent to subscription
This commit is contained in:
committed by
GitHub
parent
2d8cab7772
commit
51d6a8dd67
@@ -290,6 +290,7 @@ export const createTestWorkspace = async (
|
||||
currentBillingCycleEnd: dayjs().add(1, 'month').toDate(),
|
||||
billingInterval: 'monthly',
|
||||
currency: 'usd',
|
||||
updateIntent: null,
|
||||
subscriptionData: {
|
||||
subscriptionId: cryptoRandomString({ length: 10 }),
|
||||
customerId: cryptoRandomString({ length: 10 }),
|
||||
|
||||
Reference in New Issue
Block a user