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
Saleor v4 will be deprecating x-saleor-* headers, using only saleor-* in its requests.
x-saleor-*
saleor-*
We are using those headers in places like this:
https://github.com/saleor/saleor-app-framework-python/blob/7329447529f03f6067ef390d080a0f930d98eb5f/src/saleor_app/deps.py#L16
Source: Saleor Integration Docs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Saleor v4 will be deprecating
x-saleor-*
headers, using onlysaleor-*
in its requests.We are using those headers in places like this:
https://github.com/saleor/saleor-app-framework-python/blob/7329447529f03f6067ef390d080a0f930d98eb5f/src/saleor_app/deps.py#L16
Source: Saleor Integration Docs
The text was updated successfully, but these errors were encountered: