diff options
| author | Frank <[email protected]> | 2025-10-11 10:51:17 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-10-11 10:51:17 -0400 |
| commit | fc1eda5c77bfb979fab4429b9231be7d361a89c2 (patch) | |
| tree | 787b60e7467562b65252a5a8f25ea00598ec4c5e | |
| parent | 371fddc820c67a2b9675df3dd1074b0e6173d845 (diff) | |
| download | opencode-fc1eda5c77bfb979fab4429b9231be7d361a89c2.tar.gz opencode-fc1eda5c77bfb979fab4429b9231be7d361a89c2.zip | |
wip: zen
| -rw-r--r-- | packages/console/core/src/billing.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/console/core/src/billing.ts b/packages/console/core/src/billing.ts index 0b77e4c30..7102a4e55 100644 --- a/packages/console/core/src/billing.ts +++ b/packages/console/core/src/billing.ts @@ -18,6 +18,7 @@ export namespace Billing { export const stripe = () => new Stripe(Resource.STRIPE_SECRET_KEY.value, { apiVersion: "2025-03-31.basil", + httpClient: Stripe.createFetchHttpClient(), }) export const get = async () => { |
