Set payment provider default Threshold to 9999.00 when adding a payment provider

This commit is contained in:
johnnyq 2025-10-01 15:06:14 -04:00
parent 2eff11efbf
commit 9072c37e95
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-shopping-cart"></i></span>
</div>
<input type="text" class="form-control" inputmode="numeric" pattern="[0-9]*\.?[0-9]{0,2}" name="threshold" placeholder="1000.00">
<input type="text" class="form-control" inputmode="numeric" pattern="[0-9]*\.?[0-9]{0,2}" name="threshold" value="5000.00" placeholder="9999.00">
</div>
<small class="form-text text-muted">Will not show as an option at Checkout if above this number</small>
</div>