diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-02-21 16:45:11 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-02-21 16:47:06 -0500 |
| commit | 8a8d19fe76283581d1ef25d61517c8f23d5d5d0d (patch) | |
| tree | 09ef6ae74adc84018dfd83d9e56027fe6bae69a1 | |
| parent | e18706ee00dcdf462aabd0a00a3836192c937e4e (diff) | |
request sending USD as USD instead of converting
| -rw-r--r-- | static/donate.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/donate.html b/static/donate.html index 3e82d531..e1952602 100644 --- a/static/donate.html +++ b/static/donate.html @@ -62,6 +62,10 @@ the donation description to allow for proper record keeping, since PayPal <a href="https://www.paypal.com/ms/smarthelp/article/can-i-have-multiple-paypal-accounts-faq762"> does not allow multiple personal accounts</a>.</p> + + <p>The PayPal account can receive both CAD and USD. If you send another currency, it + will be converted to CAD. If you have USD, it's best to select USD from the dropdown + menu and send it without converting it, to avoid an unnecessary conversion fee.</p> <h2 id="github"> <a href="#github">GitHub Sponsors</a> </h2> |
