Browse Source

#29386 change to Use Reward Amount/Promo Code

feature/19315_Customer-Registration-new
Dinesh 5 months ago
parent
commit
c8e4e5ac7f
  1. 8
      CustomerOnlineV2/CustomerOnlineV2/Views/Transaction/SendMoney.cshtml

8
CustomerOnlineV2/CustomerOnlineV2/Views/Transaction/SendMoney.cshtml

@ -84,7 +84,7 @@
</p>
<div class="form-floating mb-3">
<input type="text" asp-for="DiscountFee" maxlength="10" class="form-control" placeholder="">
<label for="floatingInput" id="lblReward" placeholder=""> Use Reward Amount</label>
<label for="floatingInput" id="lblReward" placeholder=""> Use Reward Amount/Promo Code</label>
</div>
</div>
</div>
@ -558,11 +558,7 @@
ShowAlertMessage(response.responseCode, response.responseMessage);
return;
}
// if (response.responseCode === 0) {
// $('#btnSend').show(); // Show the button if response code is 0
// } else if (response.responseCode === 1) {
// $('#btnSend').hide(); // Hide the button if response code is 1
// }
if (calcBy == 'c') {
$('#PayoutAmount').val(response.pAmt);
}

Loading…
Cancel
Save