Frank 4 月之前
父節點
當前提交
fc1eda5c77
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/console/core/src/billing.ts

+ 1 - 0
packages/console/core/src/billing.ts

@@ -18,6 +18,7 @@ export namespace Billing {
   export const stripe = () =>
   export const stripe = () =>
     new Stripe(Resource.STRIPE_SECRET_KEY.value, {
     new Stripe(Resource.STRIPE_SECRET_KEY.value, {
       apiVersion: "2025-03-31.basil",
       apiVersion: "2025-03-31.basil",
+      httpClient: Stripe.createFetchHttpClient(),
     })
     })
 
 
   export const get = async () => {
   export const get = async () => {