Skip to content

Commit

Permalink
Remove isomorphic-unfetch from the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lfades committed Feb 11, 2020
1 parent 434c107 commit 6fd90b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-stripe-typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This is a full-stack TypeScript example using:
- By default Next.js API routes are same-origin only. To allow Stripe webhook event requests to reach our API route, we need to add `micro-cors` and [verify the webhook signature](https://stripe.com/docs/webhooks/signatures) of the event. All of this happens in [pages/api/webhooks/index.ts](pages/api/webhooks/index.ts).
- Helpers
- [utils/api-helpers.ts](utils/api-helpers.ts)
- `isomorphic-unfetch` helpers for GET and POST requests.
- helpers for GET and POST requests.
- [utils/stripe-helpers.ts](utils/stripe-helpers.ts)
- Format amount strings properly using `Intl.NumberFormat`.
- Format amount for usage with Stripe, including zero decimal currency detection.
Expand Down

0 comments on commit 6fd90b3

Please sign in to comment.