diff options
| author | Frank <[email protected]> | 2026-03-13 03:24:31 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-03-13 03:24:33 -0400 |
| commit | 9fafa5756282ff9f82c185af576e3e1a38f02384 (patch) | |
| tree | 38dfb82cbc710ba96cf12cfc9fe211e954a312a9 /packages/console/core | |
| parent | f8475649da1cd7a6d49f8f30ee2fad374c2f4fcc (diff) | |
| download | opencode-9fafa5756282ff9f82c185af576e3e1a38f02384.tar.gz opencode-9fafa5756282ff9f82c185af576e3e1a38f02384.zip | |
go: upi pay
Diffstat (limited to 'packages/console/core')
| -rw-r--r-- | packages/console/core/src/billing.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/console/core/src/billing.ts b/packages/console/core/src/billing.ts index cbb3f2d74..ee41652ef 100644 --- a/packages/console/core/src/billing.ts +++ b/packages/console/core/src/billing.ts @@ -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, }, |
