Michał Miszczyszyn
Michał Miszczyszyn
make checkout a sad dark place again Subtask of saleor/react-storefront#296 SALEOR-7762
https://www.figma.com/file/oBQhZFwyFcXauxFrb3mbRb/Saleor-checkout?node-id=1803%3A5133 SALEOR-7286
Add a dummy payment gateway to saleor-app-checkout. This way you could complete the flow without setting up Mollie or Adyen and it would give you a baseline for writing your...
On July 29th we've merged `react-storefront` and `saleor-checkout` repositories into a single monorepo. **If you've forked this repo previosly**, when merging with the `main` branch you might get an unexpected...
Currently we're using `material-ui` packages in [packages/checkout-storefront](https://github.com/saleor/saleor-checkout/tree/main/packages/checkout-storefront). There are a few concerns: - We're on version 4 which is not longer developed - material-ui 4 forces us to use `getInitialProps`...
Currently, rendering of Checkout is kind of a waterfall: - get javascript and css bundled in Checkout - render React/Next app - fetch theme settings from Saleor - dynamically update...
We can configure `eslint` to prevent accidental imports from one app to another. This will help us keep our codebase clean, builds fast and code reusable. Common types and utilities...
# Scenarios ```story Feature: Custom fonts Scenario: Personalised checkout experience When I customise my checkout instance inside Saleor App Then I want to be able to pick a font for...
### Issue When running `stripe trigger "checkout.session.completed"` or `stripe trigger "checkout.session.async_payment_succeeded"` I get the following error: ``` Setting up fixture for: checkout_session Running fixture for: checkout_session Trigger failed: Request failed,...