From caded82b3455e44927674c09ecba33176e5a14b7 Mon Sep 17 00:00:00 2001 From: Jane Slooth Date: Tue, 28 May 2019 01:35:29 +0300 Subject: [PATCH] Update pay.hbs --- views/themes/Mono/pay.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/themes/Mono/pay.hbs b/views/themes/Mono/pay.hbs index ab3aed4..bcbb2dd 100644 --- a/views/themes/Mono/pay.hbs +++ b/views/themes/Mono/pay.hbs @@ -32,7 +32,7 @@ {{> themes/Mono/shipping-form}} {{#if session.customer}} {{#ifCond config.paymentGateway '==' 'paypal'}} - {{> payments/paypal}} + {{> partials/payments/paypal}} {{/ifCond}} {{/if}} {{#unless session.customer}} @@ -63,4 +63,4 @@ {{> themes/Mono/cart}} - \ No newline at end of file +