-
### Description of the issue
The `TaxConfigurationPerCountry` determines the value assigned to `order.displayGrossPrices`. This flag controls the way we display amounts on the dashboard side for a sp…
-
### What I'm trying to achieve
Install Saleon based on the provided documentation
### Steps to reproduce the problem
1. I run the `docker-compose run --rm api python3 manage.py migrate`
### …
-
There is a critical problem with refreshing the token. When you allow the token to expire, any attempt to make a request will cause the token to refresh. My assumption is that the request to the `refr…
-
### What are you trying to achieve?
I'am trying to create a transaction based on a existant checkout with the `transactionCreate` mutation
### Steps to reproduce the problem
1. Execute `trans…
-
### What I'm trying to achieve
…
`pip install git+https://github.com/mirumee/saleor`
```shell
# from the console log, just a few last lines here
Successfully built UNKNOWN
Installing collecte…
-
This issue tracks the release progress of Saleor 3.15.
Planned release data: 23.08.2023.
## Steps
- [x] Confirm scope related to Apps is ready to be released - @lkostrowski
- [x] Release alp…
-
Example how storefront does it
https://github.com/saleor/react-storefront/blob/9ff1b2286b27bd8f972c23a3ebcc1ac10506a1a1/updateLocales.mjs
-
## Problem
Some payment providers would require to have provided ip of the customer to successfully process the payment.
Currently, Saleor doesn't provide such info.
---
## 1. General Assump…
-
# What I'm trying to achieve
Re-implement user-plugin to an App. To achieve that, missing events must be implemented
# Describe a proposed solution
Proposed APIs
## New `ACCOUNT_CONFIRMATION_REQUE…
-
Two changes related to creating new customers:
1) When creating customers we should be able to optionally send them emails to set up their password. Now, this happens automatically, but users might…