Master → Development (Release 4.2.2) (#9100)

Co-authored-by: shivam-goyal_navi <shivam.goyal@navi.com>
Co-authored-by: Balrambhai Sharma <sharma.balrambhai@navi.com>
Co-authored-by: Jegatheeswaran M <jegatheeswaran.m@navi.com>
Co-authored-by: Aditya Narayan Malik <aditya.narayan@navi.com>
Co-authored-by: Raaj Gopal <raaj.gopal@navi.com>
Co-authored-by: Sayed Owais Ali <sayed.owais@navi.com>
Co-authored-by: Apoorv Nigam <apoorv.nigam@navi.com>
Co-authored-by: Kshitij Pramod Ghongadi <kshitij.pramod@navi.com>
Co-authored-by: Aman S <aman.s@navi.com>
Co-authored-by: Sanjay P <sanjay.p@navi.com>
Co-authored-by: Neil Mehta <neil.mehta@navi.com>
Co-authored-by: Aman <amankasyapp@gmail.com>
Co-authored-by: shankar-yadav_navi <shankar.yadav@navi.com>
Co-authored-by: Mehul Garg <mehul.garg@navi.com>
Co-authored-by: shaurya-rehan_navi <shaurya.rehan@navi.com>
This commit is contained in:
Ujjwal Kumar
2023-12-27 16:42:33 +05:30
committed by GitHub
parent 97845dcea5
commit d04881f911
2 changed files with 2 additions and 3 deletions

View File

@@ -15,8 +15,8 @@ kapt {
correctErrorTypes true
}
def VERSION_CODE = 370
def VERSION_NAME = "4.2.1"
def VERSION_CODE = 371
def VERSION_NAME = "4.2.2"
android {
namespace 'com.naviapp'

View File

@@ -60,7 +60,6 @@ class UpiUriParser @Inject constructor() {
val amount = (getQueryParameter("am") ?: "").let {
if (it.isAmountValidForSendMoney()) it else ""
}
val payeeEntity = PayeeEntity(
name = getQueryParameter("pn") ?: "",
vpa = getQueryParameter("pa") ?: "",