From 387874a20c7c541830c684b6bce9d5eb4a8e2a40 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 28 May 2015 12:43:33 +1200 Subject: [PATCH] CRM-16555 fix incorrect path on previous commit --- templates/CRM/Core/BillingBlock.tpl | 4 ++-- templates/CRM/common/paymentBlock.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Core/BillingBlock.tpl b/templates/CRM/Core/BillingBlock.tpl index 78d5d05e18..4f9bb7ae0f 100644 --- a/templates/CRM/Core/BillingBlock.tpl +++ b/templates/CRM/Core/BillingBlock.tpl @@ -32,7 +32,7 @@ {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}
{foreach from=$paymentFields item=paymentField} @@ -208,6 +208,6 @@ {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} diff --git a/templates/CRM/common/paymentBlock.tpl b/templates/CRM/common/paymentBlock.tpl index fae922a776..e3c883f319 100644 --- a/templates/CRM/common/paymentBlock.tpl +++ b/templates/CRM/common/paymentBlock.tpl @@ -26,7 +26,7 @@ {literal}