Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make the account id optional when getting plans #1

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

joshghent
Copy link

This means that a user doesn't need to be logged in to view plans.
The docs for this endpoint describe the account_id being optional but sending null or not providing this argument causes an error to be thrown. https://usebasejump.com/docs/billing#get-plans

@joshghent
Copy link
Author

Apologies, i've added a load of testing commits to this! Will fix this :)

@jfloodnet
Copy link

Hi @joshghent - how are you currently packaging your fork? Would be good to get my hands on this while we wait for the merge. Cheers

@joshghent
Copy link
Author

@jfloodnet update the import for this repo in billing-functions/index.ts and billing-webhooks/index.ts like this

before

import {
    billingEndpoint,
    stripeBillingEndpoint
} from "https://deno.land/x/[email protected]/billing-functions/mod.ts";

after

import {
  billingWebhooksWrapper,
  stripeWebhookHandler,
} from "https://raw.githubusercontent.com/joshghent/basejump-deno-packages/fix/account-id-optional/billing-functions/mod.ts";

Then just deploy the functions again with supabase deploy.

@jfloodnet
Copy link

thanks @joshghent will give a go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants