Skip to content

Commit

Permalink
hotfix change of function name
Browse files Browse the repository at this point in the history
  • Loading branch information
x110dc committed Nov 17, 2018
1 parent 543bb84 commit 26c3ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batch.py
Expand Up @@ -87,7 +87,7 @@ def charge_cards():
three_days_ago = (datetime.now(tz=zone) - timedelta(days=3)).strftime("%Y-%m-%d")
today = datetime.now(tz=zone).strftime("%Y-%m-%d")

opportunities = Opportunity.list_pledged(begin=three_days_ago, end=today)
opportunities = Opportunity.list(begin=three_days_ago, end=today)

log.it("---Processing charges...")

Expand Down

0 comments on commit 26c3ff7

Please sign in to comment.