diff options
| author | Frank <[email protected]> | 2026-03-11 19:00:05 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-03-11 19:00:05 -0400 |
| commit | 4e73473119e4f787f485ec859035d7047115cfcc (patch) | |
| tree | 7e388cf68c4aaa5e032cc9258be61822d8f5b206 /packages | |
| parent | cc18fa599ccf3d86abb34b5b069ec29c4dd64ed2 (diff) | |
| download | opencode-4e73473119e4f787f485ec859035d7047115cfcc.tar.gz opencode-4e73473119e4f787f485ec859035d7047115cfcc.zip | |
wip: zen
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/console/core/src/billing.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/console/core/src/billing.ts b/packages/console/core/src/billing.ts index 66a885828..cbb3f2d74 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, }, |
