Skip to content

Commit 033bdfe

Browse files
committed
chore: rename file for consistency
- Align with changes coming in wasp-lang#493
1 parent 9658034 commit 033bdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/app/src/payment/polar/paymentDetails.ts renamed to template/app/src/payment/polar/userPaymentDetails.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { PrismaClient } from '@prisma/client';
2-
import type { SubscriptionStatus, PaymentPlanId } from '../plans';
2+
import type { PaymentPlanId, SubscriptionStatus } from '../plans';
33

44
export interface UpdateUserPolarPaymentDetailsArgs {
55
waspUserId: string;

0 commit comments

Comments
 (0)