This commit is contained in:
Frank
2025-10-11 10:51:17 -04:00
parent a1f7dc98fa
commit cfc3b20826
+1
View File
@@ -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 () => {