fix:The partial payments/paypal could not be found
parent
fa660edb0c
commit
abc5de8ff6
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue