Jonatan Witoszek
Jonatan Witoszek
Remove hardcoded payment gateway in [`src/sections/OrderInfo/PaymentSection.tsx:21`](https://github.com/saleor/saleor-checkout/blob/adyen-refunds/packages/checkout-storefront/src/sections/OrderInfo/PaymentSection.tsx#L21) and replace it with payment gateways fetched from app's metadata.
## Steps to reproduce the problem 1. Fork the repo 2. Follow the steps in `docs/vercel.md` for deploying `saleor-app-checkout` ## Current result Deployed app doesn't have env variables from the...
## Steps to reproduce the problem: 1. Enable Mollie payment gateway 2. In Mollie payment gateway disable all payment methods 3. Create new checkout 4. Input address, save address 5....
Bug description: If env variable `NEXT_PUBLIC_SALEOR_API_URL` is passed with `/` at the end checkout fails to make requests due to CORS. We need to use `url-join` library everywhere we create...
Rewrite API page route handlers to use `retes` library like we have done in `saleor-app-template` and [`api/webhooks/saleor/transaction-action-request`](https://github.com/saleor/saleor-checkout/blob/611181d3062e78fb7f6a33f36a0fbde2192a6b64/apps/saleor-app-checkout/pages/api/webhooks/saleor/transaction-action-request.ts)
This PR adds new pill variant - `generic` and updates the styles to match new design Preview: https://macaw-ui-git-fork-witoszekdev-new-pills-saleorcommerce.vercel.app/?path=/story/pill--default
I want to merge this change because it adds order summary and payment balance cards to order details view ## Mark as paid / add transaction "Mark as paid" is...
This PR is for adding support for new `transaction` API to dashboard which allows split payments. **PR intended to be tested with API branch:** main (pre-release) ## TODO list -...
Suggested in: https://github.com/saleor/react-storefront/pull/433 Add "it's working" page when running checkout in development and the user tries to visit checkout directly without `?checkout` token. This view could additionally have a button...
Suggested in https://github.com/saleor/react-storefront/pull/433 Add "It's working" page similarly to how [saleor-app-template](https://github.com/saleor/saleor-app-template) does it: