Skip to content

Commit dcf7294

Browse files
authored
Merge pull request #794 from reactioncommerce/fix-791-readme-correction
fix: correct admin URL
2 parents 8d47a87 + 1526165 commit dcf7294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This example storefront is built with [Next.js](https://nextjs.org/), [React](ht
1515
- Headless ecommerce example storefront built with [Next.js](https://nextjs.org/), [React](https://reactjs.org/), [GraphQL](https://graphql.org/), [Apollo Client](https://www.apollographql.com/docs/react/)
1616
- [Reaction GraphQL API](https://github.com/reactioncommerce/reaction/tree/master/imports/plugins/core/graphql) integration
1717
- Server-side rendering
18-
- Payments with [Stripe](https://stripe.com/)
18+
- Payments with [Stripe](https://stripe.com/) with Strong Customer Authentication included.
1919
- Analytics with [Segment](https://segment.com/) or any other provider
2020
- Reusable, customizable, themeable ecommerce React components from the [Example Storefront Component Library](https://github.com/reactioncommerce/reaction-component-library/) with [Styled Components](https://www.styled-components.com/)
2121
- Written in ES6, configured with ES6
@@ -42,7 +42,7 @@ Follow the [Reaction Platform docs](https://docs.reactioncommerce.com/docs/insta
4242
When running the storefront and Reaction for the first time, you will need to configure Stripe payment processing and shipping options to test a complete order checkout flow. After signing up for a Stripe API key, follow these steps:
4343

4444
1. Add public Stripe API key (`STRIPE_PUBLIC_API_KEY`) to `.env`.
45-
2. Open the Reaction Classic app, at `http://localhost:3000`. Log in as an Admin user.
45+
2. Open the Reaction Admin app, at `http://localhost:4080`. Log in as an Admin user.
4646
3. Open **Payments**: Enable Stripe by checking the box. Add a Stripe secret key and public key.
4747
4. Open **Shipping**: Enable flat-rate shipping by checking the box. Enable at least one type of flat-rate shipping by clicking on the option in the table and checking the box.
4848

0 commit comments

Comments
 (0)