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}}
{{#if session.customer}}
{{#ifCond config.paymentGateway '==' 'paypal'}}
{{> payments/paypal}}
{{> partials/payments/paypal}}
{{/ifCond}}
{{/if}}
{{#unless session.customer}}
@ -61,4 +61,4 @@
{{> (getTheme 'cart')}}
</div>
</div>
</div>
</div>