We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the only environment available is Sandbox, in case we want to move to production environment there is no way of doing that:
const settings = { API_VERSION: "V2", SANDBOX_BASEURL: "https://gw-apic-gov.gazt.gov.sa/e-invoicing/developer-portal", PRODUCTION_BASEURL: "TODO" };
The text was updated successfully, but these errors were encountered:
BTW, what's the endpoint for the production?
Sorry, something went wrong.
adriantoro26
Successfully merging a pull request may close this issue.
Currently the only environment available is Sandbox, in case we want to move to production environment there is no way of doing that:
The text was updated successfully, but these errors were encountered: