From e876210b80d89c217292ccb62c7de912e318a7df Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Sun, 22 Apr 2018 15:02:11 -0400 Subject: [PATCH] Finally excise remaining references to Google Checkout Resolves https://bugzilla.hcoop.net/show_bug.cgi?id=1203 --- apps.mlt | 6 ------ money.mlt | 7 ------- remind/remind.sml | 2 +- 3 files changed, 1 insertion(+), 14 deletions(-) diff --git a/apps.mlt b/apps.mlt index e3ac4b2..ac7af72 100644 --- a/apps.mlt +++ b/apps.mlt @@ -104,9 +104,6 @@ elseif $"cmd" = "approved" then E-mail address: <% #email appl %> <% switch #paypal appl of SOME s => %> PayPal: <% s %> - <% end; - switch #checkout appl of - SOME s => %> Google Checkout: <% s %> <% end %> Forward e-mail? <% if #forward appl then %>yes<% else %>no<% end %> Proposed uses: <% Web.htmlNl (#uses appl) %> @@ -187,9 +184,6 @@ end %> E-mail address: <% #email appl %> <% switch #paypal appl of SOME s => %> PayPal: <% s %> - <% end; - switch #checkout appl of - SOME s => %> Google Checkout: <% s %> <% end %> Forward e-mail? <% if #forward appl then %>yes<% else %>no<% end %> Proposed uses: <% Web.htmlNl (#uses appl) %> diff --git a/money.mlt b/money.mlt index de5fdb5..d92969b 100644 --- a/money.mlt +++ b/money.mlt @@ -258,7 +258,6 @@ end %> <% switch #paypal appl of SOME s => %> - <% end; - switch #checkout appl of - SOME s => %> <% end %> @@ -563,9 +559,6 @@ elseif $"cmd" = "checkout" then <% switch #paypal appl of SOME s => %> - <% end; - switch #checkout appl of - SOME s => %> <% end %> diff --git a/remind/remind.sml b/remind/remind.sml index d3e3b8b..6fac15b 100644 --- a/remind/remind.sml +++ b/remind/remind.sml @@ -81,7 +81,7 @@ fun main _ = write "To make a payment, visit:\n"; write " https://members.hcoop.net/\n"; - write "and use the PayPal or Google Checkout link.\n"; + write "and use the PayPal or Stripe link.\n"; write "\nIf for whatever reason you don't plan to pay the amount suggested in this e-mail,\n"; write "_please_ don't stay silent. Reply to this message explaining your circumstances.\n"; -- 2.20.1
Description:
E-mail address: <% #email appl %>
PayPal: <% s %>
Google Checkout: <% s %>
Forward e-mail? <% if #forward appl then %>yes<% else %>no<% end %>
Proposed uses: <% Web.htmlNl (#uses appl) %>
E-mail address: <% #email appl %>
PayPal: <% s %>
Google Checkout: <% s %>
Forward e-mail? <% if #forward appl then %>yes<% else %>no<% end %>
Proposed uses: <% Web.htmlNl (#uses appl) %>