Update pay.hbs
parent
0b6071b6d9
commit
caded82b34
|
@ -32,7 +32,7 @@
|
|||
{{> themes/Mono/shipping-form}}
|
||||
{{#if session.customer}}
|
||||
{{#ifCond config.paymentGateway '==' 'paypal'}}
|
||||
{{> payments/paypal}}
|
||||
{{> partials/payments/paypal}}
|
||||
{{/ifCond}}
|
||||
{{/if}}
|
||||
{{#unless session.customer}}
|
||||
|
@ -63,4 +63,4 @@
|
|||
{{> themes/Mono/cart}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue