CR #3405
Bug #3316: Tukxi Server Rider:- Design New Architecture using node
Service Rider:- CheckPromoCode restructuring using node
Start date:
05/30/2025
Due date:
05/30/2025 (about 10 months late)
% Done:
0%
Estimated time:
Milestone:
Sprint 28 Tukxi Ride 2025 Mar 01 to Mar 31
Branch name:
sprint-23_shaheel_3404
Description
parameters.put("type", "CheckPromoCode");
parameters.put("vehiclesTypeIds",iVehicleTypeId);
parameters.put("PromoCode", promoCode);
parameters.put("iUserId", generalFunc.getMemberId());
parameters.put("riderLat", riderLat);
parameters.put("riderLong", riderLong);
if (getIntent().hasExtra("eSystem")) {
parameters.put("eType", Utils.eSystem_Type);
parameters.put("eSystemType", "");
}
if (getIntent().hasExtra("eType")) {
parameters.put("eType", getIntent().getStringExtra("eType"));
}
Files
Impact Analysis
Checks the validity and usage limits of the coupon applied. If the coupon is valid, then it should be applied. If it is not valid, then it should not be used.