Maciej Korycinski

Results 64 issues of Maciej Korycinski

### What are you trying to achieve? I would like to use webhook subscription `PaymentProcessEvent` or `PaymentConfirmEvent` to build payment App. Both webhooks are called inside checkoutComplete mutation. The payload...

bug
triage

Sorry for the big amount of lines. I didn't know how to split it with sense. The changes introduced in the PR: - added new webhook `transaction-request` - connect the...

### What I'm trying to achieve Payment provider apps flow is described here: https://github.com/saleor/react-storefront/discussions/618 We need to discover and define all required changes that need to be done on Saleor...

in progress
rfc

### What I'm trying to achieve With new payment's transaction flow, there is a possibility to create an order then paid for it. If customer cancels the payment process, we...

in progress
rfc

## Problem Saleor can finalize the checkout/draft order process when Tax app doesn't provide the proper response during tax calculation. --- ## 1. General Assumptions We will provide input for...

taxes
rfc
apps
3.18

## Problem We don't have async webhooks that could allow us to track the changes that happen on transactionItem. --- ```[tasklist] ### Tasks - [ ] TBD ``` --- ##...

payments
webhooks
rfc
transactionAPI

The migrations compatibility workflow didn't help with the problem that happened before the 3.18 release, where it was not possible to migrate from 3.17 to 3.18. We need to look...

ci
platform

## Problem Checkout and Order models have fields `base_x_price`. The fields store the values that we use to calculate the discount based on the catalog promotions. Some vouchers like specific_products...

promotions

### What are you trying to achieve? I try to receive the taxes calculated for undiscounted prices when creating the order from draft ### Steps to reproduce the problem 1....

bug
triage
order

## Problem TransactionItem doesnt have any fields that would allow to store the details related to used payment method. Like: payment method type, last 4 digits etc. Currently payment app...

transactionAPI