wip: zen
This commit is contained in:
parent
371fddc820
commit
fc1eda5c77
1 changed files with 1 additions and 0 deletions
|
|
@ -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 () => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue