Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Fix up postback link while we're at it
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed May 15, 2015
1 parent a3a274f commit b48db58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/masspay.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def post_back_to_gratipay():

nposts = 0
for username, email, gross, fee, net, additional_note in csv.reader(open(GRATIPAY_CSV)):
url = '{}/{}/history/record-an-exchange'.format(gratipay_base_url, username)
url = '{}/~{}/history/record-an-exchange'.format(gratipay_base_url, username)
note = 'PayPal MassPay to {}.'.format(email)
if additional_note:
note += " " + additional_note
Expand Down

0 comments on commit b48db58

Please sign in to comment.