Jonatan Witoszek
Jonatan Witoszek
I want to merge this change because it adds handling for a situation when `useRichText` or `useMultipleRichText` receive malformed JSON data and adds support into RichTextEditor for new block `parsingError`....
I want to merge this change because it updates Storybook to latest version. This includes many benefits like faster build times. **PR intended to be tested with API branch:** ###...
I want to merge this change because links in older browsers that have `target=_blank` [expose `window.opener`](https://mathiasbynens.github.io/rel-noopener/) to 3rd party websites, which is a security issue. **PR intended to be tested...
I want to merge this change because currently unused variables (incl. props in components) are not always detected by TypeScript language server. ### Usages that this change impacts When object...
I want to merge this because it fixes an issue when webhook registration failed in Saleor but wasn't reported back to users
This PR improves refund handling with Adyen - Added more tests - Handling of different edge cases (ex. `REFUND_FAILED` event) - Handling of chargebacks (they're treated as refunds in Saleor)...
This PR allows `checkout-storefront` to pass `paymentMethod` value into `/api/pay` API endpoint inside `saleor-app-checkout` which is passed further to payment providers (Mollie / Adyen) so that users don't have to...
This PR adds Adyen refund handling initiated in Saleor. - Handle `TRANSACTION_ACTION_REQUEST` events for Adyen transactions - Add integration tests for webhook handler - Check if webhook event for specified...
I want to remove `SALEOR_APP_TOKEN` from `.env` because: - This variable shouldn't be stored inside a file (it's a secret) - In development this value is taken from `.auth_token` file...