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