Repointing incorrectly located file

master
Mark Moffat 2019-12-19 15:04:48 +10:30
parent c978c50d1d
commit 857b07f5bd
2 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
</div> </div>
{{/if}} {{/if}}
<form id="shipping-form" class="shipping-form" action="/{{config.paymentGateway}}/checkout_action{{@root.paymentType}}" method="post" role="form" data-toggle="validator" novalidate="false"> <form id="shipping-form" class="shipping-form" action="/{{config.paymentGateway}}/checkout_action{{@root.paymentType}}" method="post" role="form" data-toggle="validator" novalidate="false">
{{> partials/payments/shipping-form}} {{> themes/Cloth/shipping-form}}
{{#if session.customer}} {{#if session.customer}}
{{#ifCond config.paymentGateway '==' 'paypal'}} {{#ifCond config.paymentGateway '==' 'paypal'}}
{{> partials/payments/paypal}} {{> partials/payments/paypal}}