feat: Implement stripe webhooks
This commit is contained in:
@@ -10,6 +10,7 @@ class PaymentPlan extends Base {
|
||||
stripeSubscriptionId!: string;
|
||||
currentPeriodStartedAt!: string;
|
||||
currentPeriodEndsAt!: string;
|
||||
user?: User;
|
||||
|
||||
static tableName = 'payment_plans';
|
||||
|
||||
|
Reference in New Issue
Block a user