Michał Miszczyszyn

Results 105 issues of Michał Miszczyszyn

We're using `orderCreateFromCheckout` to create an order. Later on, we want to be able to fetch that order by the checkout ID used for its creation. Quoting Patrys: > we...

checkout
order

Currently, `pspReference` is required in response to sync webhooks: - TRANSACTION_REFUND_REQUESTED - TRANSACTION_CHARGE_REQUESTED - TRANSACTION_CANCELATION_REQUESTED However, if an error occurs on the Payment Provider, there's no `pspReference` to return. But...

payments
webhooks
transactionAPI

## Problem In `TransactionCancelationRequested`, `TransactionChargeRequested`, and `TransactionRefundRequested`, `order` field is nested inside `transaction`. On the other hand, in `TransactionInitializeSession` and `TransactionProcessSession` , `sourceObject` is a top-level field, not nested under...

checkout
transactionAPI

Fixes DEL-67 Depends on https://github.com/saleor/app-sdk/pull/338

- [ ] Checkout takes a long time to load (~3 seconds) - [ ] Forgot password button in checkout doesn't do anything - [ ] When entering the address...

bug
help wanted

```[tasklist] ### Tasks - [ ] Create dummy payment app - [ ] Reuse dummy payment view - [ ] Add tests (Polly.js) ```

saleor-app-checkout

**Is your feature request related to a problem? Please describe.** I'd like to use adyen nodejs library in edge runtimes, for example Vercel (Next.js). Unfortunately, some functions in Adyen nodejs...

Feature
do not stale

Hi! I appreciate the work you've put into building this library and I'm actively using it on Cloudflare Workers. I was wondering if there are any instructions on how to...