Skip to content

Commit

Permalink
Change date defaults. Constants not so great.
Browse files Browse the repository at this point in the history
  • Loading branch information
rout39574 committed Feb 5, 2019
1 parent 27db34b commit 2a82e52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stripe_payments.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
Options:
--debug Print debugging output. [default: False]
--starting=<DATE> Process payments on or after this date. [default: 2018-11-01]
--ending=<DATE> Process payments on or after this date. [default: 2018-12-30]
--starting=<DATE> Process payments on or after this date. [default: 45 days ago]
--ending=<DATE> Process payments on or before this date. [default: today]
--doit Actually commit the payment records. Otherwise, is a no-op. [default: False]
Expand Down

0 comments on commit 2a82e52

Please sign in to comment.