Frank 6 ヶ月 前
コミット
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 () => {