Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit 6c7d0d1

Browse files
committed
update stripe api
1 parent 4016615 commit 6c7d0d1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

stripe-integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
1. Share the publisher key with frontend team
1313
2. Frontend will hit the backend's charge api with a stripe token.
1414

15-
[You can refer to resource fashion github frontend repo for creating stripe token and charge api.]
15+
[You can refer to resource fashion frontend github repo for creating stripe token and calling charge api.]
1616

1717
### Django settings
1818
1. Create the Payment and Order Models based on your usecase.
19-
2.create a charge api.
20-
3. create new key in settings with keyname `STRIPE_SECRET_KEY = ''`
19+
2. Create a charge api.
20+
3. Create new key in settings with keyname `STRIPE_SECRET_KEY = ''`
2121
4. Update your local settings with the test/production values.
2222

2323
[You can refer to resource fashion github backend repo for models schema and charge apis]

0 commit comments

Comments
 (0)