This repository was archived by the owner on Mar 11, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 12121 . Share the publisher key with frontend team
13132 . 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
18181 . 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 = '' `
21214 . 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]
You can’t perform that action at this time.
0 commit comments