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}} {{> themes/Mono/shipping-form}}
{{#if session.customer}} {{#if session.customer}}
{{#ifCond config.paymentGateway '==' 'paypal'}} {{#ifCond config.paymentGateway '==' 'paypal'}}
{{> payments/paypal}} {{> partials/payments/paypal}}
{{/ifCond}} {{/ifCond}}
{{/if}} {{/if}}
{{#unless session.customer}} {{#unless session.customer}}
@ -63,4 +63,4 @@
{{> themes/Mono/cart}} {{> themes/Mono/cart}}
</div> </div>
</div> </div>
</div> </div>