diff options
| author | Frank <[email protected]> | 2026-03-11 03:31:24 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-03-11 18:09:41 -0400 |
| commit | 4a81df190c58c29418d8c32e9402cf71afa61bc8 (patch) | |
| tree | 615173720534f6180c702208be8db218b77b27d8 /packages/console/core/src | |
| parent | 75cae81f75ad3058fbace67e0674aef30b9021c7 (diff) | |
| download | opencode-4a81df190c58c29418d8c32e9402cf71afa61bc8.tar.gz opencode-4a81df190c58c29418d8c32e9402cf71afa61bc8.zip | |
zen: add alipay for go sub
Diffstat (limited to 'packages/console/core/src')
| -rw-r--r-- | packages/console/core/src/billing.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/core/src/billing.ts b/packages/console/core/src/billing.ts index fcf238a35..7107f9398 100644 --- a/packages/console/core/src/billing.ts +++ b/packages/console/core/src/billing.ts @@ -265,7 +265,7 @@ export namespace Billing { customer_email: email!, }), currency: "usd", - payment_method_types: ["card"], + payment_method_types: ["card", "alipay"], tax_id_collection: { enabled: true, }, |
