mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-24 07:37:21 +01:00
Remove checkoutSessionId from project (#282)
* remove checkoutSessionId from project * fix app_diff * Update schema.prisma.diff --------- Co-authored-by: vincanger <70215737+vincanger@users.noreply.github.com>
This commit is contained in:
@@ -41,7 +41,6 @@ function generateMockUserData(): MockUserData {
|
||||
lemonSqueezyCustomerPortalUrl: null,
|
||||
paymentProcessorUserId: hasUserPaidOnStripe ? `cus_test_${faker.string.uuid()}` : null,
|
||||
datePaid: hasUserPaidOnStripe ? faker.date.between({ from: createdAt, to: lastActiveTimestamp }) : null,
|
||||
checkoutSessionId: hasUserPaidOnStripe ? `cs_test_${faker.string.uuid()}` : null,
|
||||
subscriptionPlan: subscriptionStatus ? faker.helpers.arrayElement(getSubscriptionPaymentPlanIds()) : null,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user