From f1a9f7c568158688d9ea77cb70ba71a7b5aacba6 Mon Sep 17 00:00:00 2001 From: Leeza Baidar Date: Mon, 29 Jan 2024 16:56:31 +0545 Subject: [PATCH] #24827 Promotional Rate setup --- .../CustomerOnlineV2/Views/Transaction/SendMoney.cshtml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CustomerOnlineV2/CustomerOnlineV2/Views/Transaction/SendMoney.cshtml b/CustomerOnlineV2/CustomerOnlineV2/Views/Transaction/SendMoney.cshtml index 901469d..9d60d31 100644 --- a/CustomerOnlineV2/CustomerOnlineV2/Views/Transaction/SendMoney.cshtml +++ b/CustomerOnlineV2/CustomerOnlineV2/Views/Transaction/SendMoney.cshtml @@ -50,7 +50,8 @@
- + @* *@ +
@@ -310,6 +311,7 @@ $('#ReceivingCountry').change(function () { if ($(this).val() != '') { PopulateDDL('DeliveryMethod', 'pMode', $(this).val(), true, ''); + PopulateDDL('SchemeId', 'paymentOption', $(this).val(), true, ''); // PopulateDDL('Receiver', 'receiverList', $(this).val(), true, ''); } @@ -328,7 +330,6 @@ } }); - $('#SchemeId').on('change', function () { var collectionAmount = $('#CollectAmount').val(); var payoutAmount = $('#PayoutAmount').val();