go: upi pay

This commit is contained in:
Frank
2026-03-13 03:24:31 -04:00
parent f8475649da
commit 9fafa57562
20 changed files with 32 additions and 4 deletions

View File

@@ -213,12 +213,10 @@ export namespace Billing {
enabled: true,
},
payment_method_options: {
alipay: {},
card: {
setup_future_usage: "on_session",
},
},
payment_method_types: ["card", "alipay"],
//payment_method_data: {
// allow_redisplay: "always",
//},
@@ -269,7 +267,6 @@ export namespace Billing {
customer_email: email!,
}),
currency: "usd",
payment_method_types: ["card", "alipay"],
tax_id_collection: {
enabled: true,
},