Jonatan Witoszek

Results 95 issues of 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...

payments
order
transactionAPI

## 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 ###...

filters
order

## 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...

feature request
order

## 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...

checkout

## 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...

transactionAPI

### 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...

bug

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...

triage
feature

### 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. ![Image](https://user-images.githubusercontent.com/4144459/257777913-e52407be-0bd7-45fa-b28a-82af5dc86165.png) The charge amount should be higher than 0, lower than authorization amount. By...