allow and disallow multiple payment

main
Subhodip Ghosh 2025-09-28 07:36:57 +00:00
parent e9f9f2b037
commit 45b9187fd5
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ if (!isset($_SESSION['user_id']) || empty($_SESSION['user_id'])) {
<label for="INSTALLMENT_AMOUNT">Amount: </label>
<input id="INSTALLMENT_AMOUNT" name="add_i" class="form-control" type="text" placeholder="" />
</div>
<input id="ALLOW_MULTIPLE_FLAG" type="text" name="allowMultiple" value="">
<input id="ALLOW_MULTIPLE_FLAG" type="hidden" name="allowMultiple" value="">
<input class="btn btn-primary" type="submit" value="Receive Now" style="margin-top: 20px;" />
</form>
</div>