feat: add setup payment v2

This commit is contained in:
Charlie Lamb
2026-02-23 13:31:33 +00:00
parent cf831d53d6
commit 37ef0a9322
16 changed files with 384 additions and 38 deletions

View File

@@ -9,6 +9,7 @@ export enum MetadataType {
DeferredInvoice = "deferred_invoice",
CheckoutSessionV2 = "checkout_session_v2",
SetupPaymentV2 = "setup_payment_v2",
}
export const metadata = pgTable("metadata", {