Skip to content

Commit

Permalink
Fix checkout action get params
Browse files Browse the repository at this point in the history
  • Loading branch information
Septdir committed Aug 1, 2023
1 parent b0d0c20 commit cebf11b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class="uk-position-fixed uk-position-cover uk-overlay-default uk-flex uk-positio
<div class="uk-text-center" radicalmart-checkout="create-order-progress"></div>
</div>
</div>
<form action="<?php echo $this->link; ?>" name="checkoutForm" id="checkoutForm" method="post"
<form action="<?php echo $this->action; ?>" name="checkoutForm" id="checkoutForm" method="post"
enctype="multipart/form-data" radicalmart-checkout="form" class="uk-form form-validate">
<div class="uk-child-width-expand@m uk-grid-medium" uk-grid>
<div>
Expand Down

0 comments on commit cebf11b

Please sign in to comment.