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 +