Jonatan Witoszek
Jonatan Witoszek
This PR adds updated configuration from `react-storefront` repo. New configuration is inside `docker-compose.yaml` and saleor-platform extends this config. Related PR: https://github.com/saleor/react-storefront/pull/528
Siemano , mam dla was parę pomysłów i błędów , które znalazłem: Błędy: - Można zabrać jajo smoka , przesuwając je tłokiem :warning: - Nie można edytować opisu gildi (wyskakuje...
## Problem `orderConfirm` mutation captures authorized Payments: https://github.com/saleor/saleor/blob/ced055cebeb50871e5352da8285df11790c8ff72/saleor/graphql/order/mutations/order_confirm.py#L79C17-L79C17 We should add the same logic for TransactionItems that have action `CHARGE` --- ## 1. General Assumptions The workflow for payment and...
[https://github.com/saleor/saleor/issues/14352](https://github.com/saleor/saleor/issues/14352) Context from GH: To provide here more context. Unpaid orders can be created via public API (if enabled for specific channel).The unpaid order has status `unconfirmed`. When order doesn't...
## Problem We cannot determine the origin from which the request was made that triggered the webhook. For example: if we trigger `TRANSACTION_INITIALIZE_SESSION` webhook from `transactionInitialize` mutation inside a web...
# Describe the problem When customer triggers a refund request without providing an amount, Saleor allows it as valid input and doesn't set any value in webhook payload. Github issue:...
## Problem In `Order` the users can check the pending amounts (authorization / charge / refund). However, this is not possible in `Checkout`. As a result, the storefront can charge...
### What are you trying to achieve? I am testing multiple instances of a Payment App, each one has the same `id` defined in the manifest. ### Steps to reproduce...
### What are you trying to achieve? I want to request a refund for a transaction created by an app that has been disabled. I got a misleading error that...
## Problem `orderConfirm` always captures all payments & transactions[^1]. This might be problematic for stores that want to capture the payment when making the fulfillment (e.g. product is a preorder,...