go: upi payment

This commit is contained in:
Frank 2026-03-19 18:44:21 -04:00
commit bd44489ada
17 changed files with 277 additions and 79 deletions

View file

@ -88,6 +88,7 @@ export const PaymentTable = mysqlTable(
enrichment: json("enrichment").$type<
| {
type: "subscription" | "lite"
currency?: "inr"
couponID?: string
}
| {