Maciej Korycinski
Maciej Korycinski
Added a gh issue, with full explanation, when and how order should be confirmed: https://github.com/saleor/saleor/issues/15239. Resolving it, will automatically resolve this issue.
First part was introduced in #13183 Todo: - [ ] cover the rest of modules - [ ] update the PR check with webhook check - [ ] update the...
I've added the definitions to all modules above `menus` (assuming afpahabetic order). The rest of the modules needs to be handled in separate PR. We should also double check if...
Edit: Updated the scope, to match to approach that we want to introduce
Added a gh issue, with full explanation, when and how order should be confirmed: https://github.com/saleor/saleor/issues/15239. Resolving it, will automatically resolve this issue.
We need to take into account situations when we have transactions with amounts bigger than order's total. For example TR1 with chargedAmount:100, refundedAmount:100, where order.total is 100. So we have...
@witoszekdev Yes, I agree. I discussed this with Patrys, and we will add new flag to the channel. It will determine if authorized orders should be charged when we have...
Also, forgot to mention. We will first extend the channel. The `orderConfirm` will get its own flag if we really get such a request from someone.
The flag for channel is described here: https://github.com/saleor/saleor/issues/15242
The change should be documented as a breaking change, and delivered in minor version. In case of installing app with the same identifier second time, we should overwrite the configuration...