CRM-13124 Smarty variable for processor name was no longer correct in templates/CRM...
authorDave Greenberg <dave@civicrm.org>
Wed, 31 Jul 2013 00:41:19 +0000 (17:41 -0700)
committerDave Greenberg <dave@civicrm.org>
Wed, 31 Jul 2013 00:41:19 +0000 (17:41 -0700)
----------------------------------------
* CRM-13124: Payment processor name missing from confirmation message
  http://issues.civicrm.org/jira/browse/CRM-13124

templates/CRM/Contribute/Form/Contribution/Confirm.tpl

index e3fc398db28a98b909a3121d5de2c6a17a6cbfb6..e6be2a82bb15fd81249615f2b3d240ac26b72d48 100644 (file)
@@ -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}