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 9658034 commit 033bdfeCopy full SHA for 033bdfe
template/app/src/payment/polar/paymentDetails.ts renamed to template/app/src/payment/polar/userPaymentDetails.ts
@@ -1,5 +1,5 @@
1
import type { PrismaClient } from '@prisma/client';
2
-import type { SubscriptionStatus, PaymentPlanId } from '../plans';
+import type { PaymentPlanId, SubscriptionStatus } from '../plans';
3
4
export interface UpdateUserPolarPaymentDetailsArgs {
5
waspUserId: string;
0 commit comments