Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mshafrir-stripe authored Jul 31, 2019
1 parent a22791d commit 9b09b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ Three different ways of creating tokens are shown, with all the Stripe-specific
Before you can run the SampleStore application or use the CustomerSessionActivity in the example application, you need to provide it with your Stripe publishable key and a sample backend.

1. If you haven't already, sign up for a [Stripe account](https://dashboard.stripe.com/register) (it takes seconds). Then go to the Stripe Dashboard's [API keys](https://dashboard.stripe.com/test/apikeys).
2. Replace the `PUBLISHABLE_KEY` constant in [Settomgs.java](samplestore/src/main/java/com/stripe/samplestore/Settings.java) (where it says "put your publishable key here") with your Test Publishable Key.
2. Replace the `PUBLISHABLE_KEY` constant in [Settings.java](samplestore/src/main/java/com/stripe/samplestore/Settings.java) (where it says "put your publishable key here") with your Test Publishable Key.
3. Navigate to the [example mobile backend repo](https://github.com/stripe/example-ios-backend) and click "Deploy to Heroku" (you may have to sign up for a Heroku account as part of this process). Provide your Stripe test secret key for the `STRIPE_TEST_SECRET_KEY` field under 'Env'. Click "Deploy for Free".
4. Replace the `BASE_URL` variable (where it says "Put your backend URL here") in [Settings.java](samplestore/src/main/java/com/stripe/samplestore/Settings.java) with the app URL Heroku provides you with (e.g. `"https://my-example-app.herokuapp.com"`)

Expand Down

0 comments on commit 9b09b5c

Please sign in to comment.