Skip to content
Snippets Groups Projects
Commit 6341d448 authored by Dave Greenberg's avatar Dave Greenberg
Browse files

CRM-13124 Smarty variable for processor name was no longer correct in...

CRM-13124 Smarty variable for processor name was no longer correct in templates/CRM/Contribute/Form/Contribution/Confirm.tpl

----------------------------------------
* CRM-13124: Payment processor name missing from confirmation message
  http://issues.civicrm.org/jira/browse/CRM-13124
parent d626f2f1
Branches
Tags
No related merge requests found
......@@ -36,7 +36,7 @@
{if $paymentProcessor.payment_processor_type EQ 'Google_Checkout'}
{ts}Click the <strong>Google Checkout</strong> button to checkout to Google, where you will select your payment method and complete the contribution.{/ts}
{else}
{ts 1=$paymentProcessor.processorName 2=$button}Click the <strong>%2</strong> button to go to %1, where you will select your payment method and complete the contribution.{/ts}
{ts 1=$paymentProcessor.name 2=$button}Click the <strong>%2</strong> button to go to %1, where you will select your payment method and complete the contribution.{/ts}
{/if}
{elseif ! $is_monetary or $amount LE 0.0 or $is_pay_later}
{ts 1=$button}To complete this transaction, click the <strong>%1</strong> button below.{/ts}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment