From 2e215a95e73f2f572e297db5defdfbff0ce1d85b Mon Sep 17 00:00:00 2001 From: eileen Date: Fri, 8 Mar 2019 02:29:47 +1300 Subject: [PATCH] Remove reference to google checkout --- templates/CRM/Event/Form/Registration/Confirm.tpl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/templates/CRM/Event/Form/Registration/Confirm.tpl b/templates/CRM/Event/Form/Registration/Confirm.tpl index a6959bc79c..f5d8578286 100644 --- a/templates/CRM/Event/Form/Registration/Confirm.tpl +++ b/templates/CRM/Event/Form/Registration/Confirm.tpl @@ -42,11 +42,7 @@
{ts}Please verify the information below. Click the Go Back button below if you need to make changes.{/ts} {if $contributeMode EQ 'notify' and !$is_pay_later and ! $isAmountzero } - {if $paymentProcessor.payment_processor_type EQ 'Google_Checkout'} - {ts 1=$paymentProcessor.name}Click the %1 button to checkout to Google, where you will select your payment method and complete the registration.{/ts} - {else} - {ts 1=$paymentProcessor.name}Click the Continue button to checkout to %1, where you will select your payment method and complete the registration.{/ts} - {/if } + {ts 1=$paymentProcessor.name}Click the Continue button to checkout to %1, where you will select your payment method and complete the registration.{/ts} {else} {ts}Otherwise, click the Continue button below to complete your registration.{/ts} {/if} -- 2.25.1