Skip to content

Commit

Permalink
feat(Makefile): add stripe webhook command
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaor committed Aug 16, 2023
1 parent b3f1fba commit ccc83a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,7 @@ debt:
.PHONY: alldebt
alldebt:
poetry run python manage.py debtcollection --all-users

.PHONY: stripe
stripe:
stripe listen --forward-to localhost:8000/economy/stripe-webhook

0 comments on commit ccc83a2

Please sign in to comment.