Skip to content

Commit

Permalink
fix:The partial payments/paypal could not be found
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaesc authored and mrvautin committed Apr 16, 2018
1 parent fa660ed commit abc5de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/themes/Cloth/pay.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down Expand Up @@ -61,4 +61,4 @@
{{> (getTheme 'cart')}}
</div>
</div>
</div>
</div>

0 comments on commit abc5de8

Please sign in to comment.