From b0719275f055384012d3d7e956756c531d7ec4ef Mon Sep 17 00:00:00 2001 From: Dan Jackson Date: Thu, 9 Nov 2017 13:45:44 -0800 Subject: [PATCH] Add `example-ios-backend` tag back into the URL for it. The latest changes were for Android support, and the iOS app continues to work fine with v11.0.0 of the backend. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec6c56fccc0..2c2675e354d 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ To try out any of these examples, clone this repository, open `Stripe.xcworkspac 1. Execute `./setup.sh` from the root of the repository to build the necessary dependencies. 2. If you haven't already, sign up for a [Stripe account](https://dashboard.stripe.com/register) (it takes seconds). Then go to https://dashboard.stripe.com/account/apikeys. 3. Replace the `stripePublishableKey` constant in CheckoutViewController.swift (for the Standard Integration app) or Constants.m (for the Custom Integration app) with your Test Publishable Key. -4. Head to 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. Head to https://github.com/stripe/example-ios-backend/tree/v11.0.0 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". 5. Replace the `backendBaseURL` variable in the example iOS app with the app URL Heroku provides you with (e.g. "https://my-example-app.herokuapp.com") After this is done, you can make test payments through the app and see them in your Stripe dashboard. Head to https://stripe.com/docs/testing#cards for a list of test card numbers.