Jonatan Witoszek
Jonatan Witoszek
## Problem Based on the changes defined here: https://github.com/saleor/saleor/issues/15239, only fully paid orders should be marked as confirmed. `automatically_confirm_all_new_orders` when enabled should trigger charge-request to any transaction that is authorized...
## Problem There is no way to filter orders if they have value `OrderStatus.EXIPRED` --- ## 1. General Assumptions `EXPIRED` should be added to `OrderStatusFilter` ## 2. API changes ###...
## Problem Currently, there is no way to retrieve information if the Transactions on the order were refunded or not. `paymentStatus` doesn't respect transactions: https://github.com/saleor/saleor/issues/14278 and we don't have a...
## Problem Customer support has no way to determine what went wrong during the checkout process, we should add an API similar to Order's `events` that would show what happened...
## Problem Customer support has no way of filtering orders that have some granted refunds created and orders that have been refunded to customer. --- ## 1. General Assumptions Staff...
## Problem Payment apps shouldn't be called when the refund amount is set to `0`. This can happen when: - `transactionRequestAction` mutation was called with `amount: 0` - `charged_amount` on...
### Description of the issue I want to send a refund to the customer because they've accidentally paid multiple times for the same order. In such a case, I don't...
Our customer should be able to see the list of unfinished checkouts and be able to filter out checkouts that have a payment status attached, but weren't completed by users...
### Description of the issue When there is only a single transaction pending, the UI is missing "Charge" label above "Pending" label In this case, the 15.99 EUR is Pending...
When requesting "charge" action on a Transaction, we should allow users to customize the charge amount.  The charge amount should be higher than 0, lower than authorization amount. By...