Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove reference to google checkout #13784

Merged
merged 1 commit into from
Mar 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions templates/CRM/Event/Form/Registration/Confirm.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@
<div class="help">
{ts}Please verify the information below. Click the <strong>Go Back</strong> 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 <strong>%1</strong> button to checkout to Google, where you will select your payment method and complete the registration.{/ts}
{else}
{ts 1=$paymentProcessor.name}Click the <strong>Continue</strong> button to checkout to %1, where you will select your payment method and complete the registration.{/ts}
{/if }
{ts 1=$paymentProcessor.name}Click the <strong>Continue</strong> button to checkout to %1, where you will select your payment method and complete the registration.{/ts}
{else}
{ts}Otherwise, click the <strong>Continue</strong> button below to complete your registration.{/ts}
{/if}
Expand Down