From abc5de8ff6299dc4445928e792634a3746350321 Mon Sep 17 00:00:00 2001 From: Rafael Escala Date: Fri, 30 Mar 2018 19:23:09 -0500 Subject: [PATCH] fix:The partial payments/paypal could not be found --- views/themes/Cloth/pay.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/themes/Cloth/pay.hbs b/views/themes/Cloth/pay.hbs index 9f10f2a..128e942 100644 --- a/views/themes/Cloth/pay.hbs +++ b/views/themes/Cloth/pay.hbs @@ -33,7 +33,7 @@ {{> partials/payments/shipping-form}} {{#if session.customer}} {{#ifCond config.paymentGateway '==' 'paypal'}} - {{> payments/paypal}} + {{> partials/payments/paypal}} {{/ifCond}} {{/if}} {{#unless session.customer}} @@ -61,4 +61,4 @@ {{> (getTheme 'cart')}} - \ No newline at end of file +