Project

General

Profile

CR #3393

Bug #3316: Tukxi Server Rider:- Design New Architecture using node

Service Rider:- checkSurgePrice restructuring using node

Added by Anupama P over 1 year ago. Updated 10 months ago.

Status:
QA Ready
Priority:
Normal
Assignee:
Target version:
-
Start date:
09/18/2024
Due date:
11/07/2024 (about 17 months late)
% Done:

0%

Estimated time:
Milestone:
Sprint 27 Tukxi Ride 2025 Feb 03 to Feb 28
Branch name:
sprint-20_shaheel_3393

Description

parameters["type"] = "checkSurgePrice"
parameters["iMemberId"] = generalFunctions.memberId
parameters["UserType"] = Utils.userType
parameters["SelectedCarTypeID"] = "" + selectedCabTypeId

parameters["iUserProfileId"] = iUserProfileId
parameters["iOrganizationId"] = iOrganizationId
parameters["vProfileEmail"] = vProfileEmail
parameters["ePaymentBy"] = ePaymentBy
if (isPoolCabTypeIdSelected) {
parameters["ePool"] = "Yes"
} else {
parameters["ePool"] = "No"
}
if (iRentalPackageId.equals(
"",
ignoreCase = true
)
) {
parameters["iRentalPackageId"] = iRentalPackageId
}
if (selectedTime.trim { it <= ' ' } != "") {
parameters["SelectedTime"] = selectedTime
}
if (pickUpLocation != null) {
parameters["PickUpLatitude"] = "" + pickUpLocation!!.getLatitude()
parameters["PickUpLongitude"] = "" + pickUpLocation!!.getLongitude()
}

if (destLocLatitude != null && !destLocLatitude.equals("", ignoreCase = true)) {
parameters["DestLatitude"] = "" + destLocLatitude
parameters["DestLongitude"] = "" + destLocLongitude
}


Files

checkSurgPrice (339 Bytes) checkSurgPrice shaheel Navas, 11/07/2024 09:35 AM

Also available in: Atom PDF