Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Link to updated code instead of the deprecated / readonly previous project.
  • Loading branch information
seantcanavan authored Sep 16, 2021
1 parent fbf94a9 commit fc48cbc
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 @@ -88,7 +88,7 @@ const createCustomer = async () => {
createCustomer();
```

You can find a full TS server example in [stripe-samples](https://github.com/stripe-samples/accept-a-card-payment/tree/master/using-webhooks/server/node-typescript).
You can find a full TS server example in [stripe-samples](https://github.com/stripe-samples/accept-a-payment/tree/main/custom-payment-flow/server/node-typescript).

#### Using old API versions with TypeScript

Expand Down

0 comments on commit fc48cbc

Please sign in to comment.