Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
document the workaround for fee_cap null
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Mar 3, 2016
1 parent 39c09df commit 080f9d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions www/howto/run-masspay.spt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ nav_title="Run MassPay"
Immediately after [payday](run-payday) we send money to some people using
PayPal's MassPay feature.

1. Run `update exchange_routes set fee_cap = 20.00 where fee_cap is null and
network = 'paypal';` to work around this
[bug](https://github.com/gratipay/gratipay.com/issues/3501).
1. Run `./masspay.sh` to hit the database and generate three CSV files. This
script is read-only and can safely be run multiple times.
1. Log in to PayPal and navigate to the MassPay feature.
Expand Down

0 comments on commit 080f9d2

Please sign in to comment.