Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Fix broken README link
Browse files Browse the repository at this point in the history
closes #32
  • Loading branch information
thorsten-stripe authored Apr 2, 2019
1 parent c416403 commit 4a91289
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 @@ -35,7 +35,7 @@ The frontend code for the demo is in the `public/` directory.
The core logic of the Stripe integration is mostly contained within two files:

1. [`public/javascripts/payments.js`](public/javascripts/payments.js) creates the payment experience on the frontend using Stripe Elements.
2. [`server/node/routes.js`](server/routes.js) defines the routes on the backend that create Stripe charges and receive webhook events.
2. [`server/node/routes.js`](server/node/routes.js) defines the routes on the backend that create Stripe charges and receive webhook events.

### Card Payments with Stripe Elements

Expand Down

0 comments on commit 4a91289

Please sign in to comment.