Fix list display

This commit is contained in:
Russ Long 2018-12-24 13:03:20 -05:00
parent dba3a3fa03
commit d9f73159a2

View File

@ -84,7 +84,7 @@
</label> </label>
<div class=col-sm-4> <div class=col-sm-4>
<select name="checkout_payment_method" id="checkout_payment_method" required class=form-control> <select name="checkout_payment_method" id="checkout_payment_method" required class=form-control>
<?php echo App\PaymentMethodSelectList::PaymentShowMethods(); ?> <?php echo App\Helpers\PaymentMethodSelectList::PaymentShowMethods(); ?>
</select> </select>
</div> </div>
</div> </div>