fix:The partial payments/paypal could not be found

master
Rafael Escala 2018-03-30 19:23:09 -05:00 committed by Mark Moffat
parent fa660edb0c
commit abc5de8ff6
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
{{> partials/payments/shipping-form}} {{> partials/payments/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}}
@ -61,4 +61,4 @@
{{> (getTheme 'cart')}} {{> (getTheme 'cart')}}
</div> </div>
</div> </div>
</div> </div>