Maciej Korycinski

Results 64 issues of Maciej Korycinski

### What are you trying to achieve? I need to fetch the `payments` that are assigned to specific checkout. To do that I am executing the query: ```graphql query Payments{...

bug
payments

## Problem We don't have async webhooks that could allow us to track the orders/checkouts that are (fully) authorized. We have such webhooks for (fully) paid order and fully paid...

payments
webhooks
rfc
transactionAPI

Add application information to Adyen requests, as described here https://docs.adyen.com/development-resources/application-information/?programming_language=py `externalPlatform.name`: Saleor or Saleor Commerce `externalPlatform.integrator`: Saleor or Saleor Commerce, `externalPlatform.version`: Saleor version `merchantApplication.name`: SaleorAdyenPlugin/ SaleorAdyenApp (TBD) `merchantApplication.version`: version of...

apps

### Description of the issue When I am adding the new variant, and click the `tab` button, I can't modify any variant fields. I can reload the page and lose...

bug
triage

### Description of the enhancement When I have order created from draft, the payment sections looks like below: ![image](https://github.com/saleor/saleor-dashboard/assets/23282005/3aa7deb4-dd4a-47fa-9967-03e4b630e8e1) I have `mark-as-paid` button and `manual transaction` button. `mark-as-paid` triggers `orderMarkAsPaid`...

backlog
enhancement

The payment chapter describes the flow for processing the payment. https://docs.saleor.io/docs/3.x/developer/payments#introduction We don't mention there what kind of payment apps already exist. We have a section: https://docs.saleor.io/docs/3.x/developer/app-store/apps/overview where Stripe and...

payments

We should provide a chapter/section which will explain, how `expireOrdersAfter` and `deleteExpiredOrdersAfter` https://docs.saleor.io/docs/3.x/api-reference/miscellaneous/objects/order-settings# `expireOrdersAfter` - the value in minutes after unpaid orders will be marked as expired. `deleteExpiredOrdersAfter` - the...

- Order & Checkout should have an explanation how `authorizeStatus` and `chargeStatus` work - What are the possible values for the field. - What each specific value means for checkout/order...

transactionAPI
payments

Adding a constraint should be done in two steps: - Adding unique index concurrently - example: https://github.com/saleor/saleor/pull/14991/files#diff-1707846f9ace0f20a69b72fba4b5ae2bad6f9d56bd648675d25d04f5044e69f5R15 - Converting the index into a constraint: example: https://github.com/saleor/saleor/pull/14948/files#diff-5fa6645ef508e60fa423588638ba52e6bc2ac6a08f9ec9fbb26defa6dae61d44R17 This should be documented...

development

The section that should menton about limit of 512 characters for pspRefrence should be: - https://docs.saleor.io/docs/3.x/developer/payments#creating-transactions - the mutation will raise an exception - https://docs.saleor.io/docs/3.x/developer/payments#updating-transactions - the mutation will raise...

payments