From 9da4f9396351fe3a5877fc3a782d97edc5607ca3 Mon Sep 17 00:00:00 2001 From: clinton_admin Date: Wed, 5 Mar 2014 01:27:45 -0500 Subject: [PATCH] Remove google checkout code from payment page --- payment.mlt | 91 ++++++----------------------------------------------- 1 file changed, 9 insertions(+), 82 deletions(-) rewrite payment.mlt (83%) diff --git a/payment.mlt b/payment.mlt dissimilarity index 83% index 1fd7eab..2e22165 100644 --- a/payment.mlt +++ b/payment.mlt @@ -1,82 +1,9 @@ -<% val you = Init.getUser () %> - -

Add to your balance with PayPal

- -<% switch #paypal you of - NONE => %>

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

<% -end %> - -

Remember that we credit member balances for PayPal payments after subtracting PayPal's service fees. This means that, to increase your balance by a particular amount, you must make a larger payment than just that amount. You should consult the PayPal fees page to figure out how much extra to send. We have a business account, which means, for example, a 2.9% plus 30 cent fee for payments from the USA. 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 + .3) / (1 - .029). The fees may be different for other countries.

- -

Add to your balance with Google Checkout: - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

- -<% 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 %> - -

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.9% plus 30 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 + .3) / (1 - .029).

- -

Checkout has an "e-mail anonymizing" feature, where recipients of your payments will only see your e-mail address as some random string at checkout.google.com. If you use this feature, you must e-mail payment@hcoop.net after every Checkout payment, letting us know which HCoop user the payment is meant for. If you use Checkout's e-mail anonymizing and don't send us an e-mail with your payment, we may not credit you for the payment.

+<% val you = Init.getUser () %> + +

Add to your balance with PayPal

+ +<% switch #paypal you of + NONE => %>

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

<% +end %> + +

Remember that we credit member balances for PayPal payments after subtracting PayPal's service fees. This means that, to increase your balance by a particular amount, you must make a larger payment than just that amount. You should consult the PayPal fees page to figure out how much extra to send. We have a business account, which means, for example, a 2.9% plus 30 cent fee for payments from the USA. 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 + .3) / (1 - .029). The fees may be different for other countries.

\ No newline at end of file -- 2.20.1