Patryk Zawadzki
Patryk Zawadzki
We need to explain what `prices` is and how it makes your life easier and helps you avoid common pitfalls.
It's worth considering the performance boost: https://github.com/esnme/ultrajson
With payment data relying on strings for API is a Bad Idea™. We should provide an enum similar to https://pypi.python.org/pypi/enum34.
Currently we require an explicit setting pointing to a payment model but there is no technical requirement for that. Instead we could offer a view that accepts the model and...
https://core.spreedly.com/manual/quickstart
This enables out-of-the-box support for VS Code's development inside containers. https://code.visualstudio.com/docs/remote/containers Currently it's configured for backend work, I guess we could have separate `.devcontainer` folders for all three services though....
The `master` branch is now called `main` ### Screenshots ### Pull Request Checklist 1. [ ] All visible strings are translated with proper context. 1. [ ] All data-formatting is...
### Discussed in https://github.com/saleor/saleor/discussions/10580 Originally posted by **eric-makro** September 8, 2022 It seems to be possible to create an order that does not have a `shippingMethodName` while a `shippingMethod` is...
Currently the return type is named `Refresh` and contains two fields: * `token` which I assume is the new token * `payload` which has no description and a type of...