increase transaction id length by 1

pull/222/head
Aevann 2024-01-29 06:35:06 +02:00
parent b53c37ee35
commit d6c681107f
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
</div>
<label class="mt-3" for="id">Transaction ID</label>
<input autocomplete="off" type="text" id="id" class="form-control" name="id" maxlength="66" placeholder="Required" required>
<input autocomplete="off" type="text" id="id" class="form-control" name="id" maxlength="67" placeholder="Required" required>
<label class="mt-3" for="amount">Transaction Amount (USD)</label>
<input autocomplete="off" type="number" id="amount" class="form-control" name="amount" min="1" placeholder="Required" required>