From e8cc82e179e45da60ccbceb3fb1397052a3e62b6 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Mon, 18 Feb 2008 17:51:51 +0000 Subject: [PATCH] Add Checkout fees warning --- payment.mlt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/payment.mlt b/payment.mlt index d6ad1cb..3c2d2b8 100644 --- a/payment.mlt +++ b/payment.mlt @@ -30,4 +30,6 @@ end %> <% switch #checkout you of NONE => %>

You haven't set a Google Checkout e-mail address. If you are going to send a payment by Google Checkout, please set a Checkout e-mail address on the Preferences page first to ensure that you are credited promptly and accurately.

<% -end %> \ No newline at end of file +end %> + +

Remember that we credit member balances for Checkout payments after subtracting Checkout's service fees. This means that, to increase your balance by a particular amount, you must make a larger payment than just that amount. The current fees are 2% plus 20 cents. This means that you can calculate the amount x to send from the amount y you want us to receive with this formula: x = (y + .2) / (1 - .02).

-- 2.20.1