mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
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 = () =>
|
||||
new Stripe(Resource.STRIPE_SECRET_KEY.value, {
|
||||
apiVersion: "2025-03-31.basil",
|
||||
httpClient: Stripe.createFetchHttpClient(),
|
||||
})
|
||||
|
||||
export const get = async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue