chore: enable plan immediately on checkout session

This commit is contained in:
John Yeo
2026-04-30 15:04:05 +01:00
parent 88a18f502b
commit 9b8d930476
46 changed files with 1110 additions and 49 deletions

View File

@@ -9,6 +9,7 @@ export enum MetadataType {
DeferredInvoice = "deferred_invoice",
CheckoutSessionV2 = "checkout_session_v2",
CheckoutSessionEnabledImmediately = "checkout_session_enabled_immediately",
SetupPaymentV2 = "setup_payment_v2",
}