fix: Stripe payment integration

This commit is contained in:
Ahmed Bouhuolia
2024-09-23 13:21:54 +02:00
parent 9ba651decb
commit 8109236e72
19 changed files with 287 additions and 369 deletions

View File

@@ -15,7 +15,6 @@ export interface StripeInvoiceCheckoutSessionPOJO {
redirectTo: string;
}
export interface StripeWebhookEventPayload {
event: any;
}
}