summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
authorFrank <[email protected]>2026-03-11 18:50:49 -0400
committerFrank <[email protected]>2026-03-11 18:50:49 -0400
commitcc18fa599ccf3d86abb34b5b069ec29c4dd64ed2 (patch)
treeb74467fd036ec0c15bdb42841cf53e83b4f0ca22 /packages
parentaa81c1c4cb1f1a89828584e0fba22f35b8bc774b (diff)
downloadopencode-cc18fa599ccf3d86abb34b5b069ec29c4dd64ed2.tar.gz
opencode-cc18fa599ccf3d86abb34b5b069ec29c4dd64ed2.zip
wip: zen
Diffstat (limited to 'packages')
-rw-r--r--packages/console/core/src/billing.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/console/core/src/billing.ts b/packages/console/core/src/billing.ts
index cbb3f2d74..66a885828 100644
--- a/packages/console/core/src/billing.ts
+++ b/packages/console/core/src/billing.ts
@@ -218,7 +218,7 @@ export namespace Billing {
setup_future_usage: "on_session",
},
},
- payment_method_types: ["card", "alipay"],
+ payment_method_types: ["card" /*, "alipay"*/],
//payment_method_data: {
// allow_redisplay: "always",
//},
@@ -269,7 +269,7 @@ export namespace Billing {
customer_email: email!,
}),
currency: "usd",
- payment_method_types: ["card", "alipay"],
+ payment_method_types: ["card" /*, "alipay"*/],
tax_id_collection: {
enabled: true,
},