Skip to content

Mistakes in docs #4

Description

@magick93

Please review https://usebasejump.com/docs/billing#get-plans.

I maybe mistaken, but I think some of the Javascript examples are using the incorrect function name. For example:

const {data, error} = await supabase.functions.invoke('current_user_account_role', {
    body: {
        action: "get_plans",
        args: {
            account_id: "uuid"
        }
    }
});

current_user_account_role should be billing-functions.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions