Update pay.hbs

master
Jane Slooth 2019-05-28 01:35:29 +03:00 committed by Mark Moffat
parent 0b6071b6d9
commit caded82b34
1 changed files with 2 additions and 2 deletions

View File

@ -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}}