CRM-16555 fix incorrect path on previous commit
authorEileen McNaughton <eileen@fuzion.co.nz>
Thu, 28 May 2015 00:43:33 +0000 (12:43 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Thu, 28 May 2015 00:43:33 +0000 (12:43 +1200)
templates/CRM/Core/BillingBlock.tpl
templates/CRM/common/paymentBlock.tpl

index 78d5d05e188e1c2c2f5e4e3f7d1248b2b047d373..4f9bb7ae0fed267d2187b4c261db8514378b289f 100644 (file)
@@ -32,7 +32,7 @@
       </legend>
       {crmRegion name="billing-block-pre"}
         {* todo move this region assignment to paypal processor *}
-        {include file= "CRM/Financial/PaypalPro.tpl"}
+        {include file= "CRM/Financial/Form/PaypalPro.tpl"}
       {/crmRegion}
       <div class="crm-section billing_mode-section {$paymentTypeName}_info-section">
         {foreach from=$paymentFields item=paymentField}
   {crmRegion name="billing-block-post"}
     {* Payment processors sometimes need to append something to the end of the billing block. We create a region for
        clarity  - the plan is to move to assigning this through the payment processor to this region *}
-    {include file= "CRM/Financial/PaypalExpress.tpl"}
+    {include file= "CRM/Financial/Form/PaypalExpress.tpl"}
   {/crmRegion}
 {/if}
index fae922a776b270858c157d42a038484525ef0149..e3c883f319c0ab8cc87e420ad5455439031e56aa 100644 (file)
@@ -26,7 +26,7 @@
 {literal}
 <script type="text/javascript">
 
-function buildPaymentBlock( type ) {
+function buildPaymentBlock(type) {
   {/literal}{if !$isBillingAddressRequiredForPayLater}{literal}
   if (type == 0) {
     if (cj("#billing-payment-block").length) {