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.
Updated by Anupama P over 1 year ago
- Milestone deleted (
Sprint 23 Tukxi Ride 2024 Sept 01 to Sept 30) - Milestone set to Sprint 24 Tukxi Ride 2024 Oct 01 to Oct 31
Updated by shaheel Navas over 1 year ago
- Due date set to 11/07/2024
- Start date changed from 09/19/2024 to 11/05/2024
- Branch name set to sprint-20_shaheel_3404
Updated by Anupama P over 1 year ago
- Target version deleted (
1.0.5) - Milestone deleted (
Sprint 24 Tukxi Ride 2024 Oct 01 to Oct 31) - Milestone set to Backlog
Updated by shaheel Navas over 1 year ago
- Branch name changed from sprint-20_shaheel_3404 to sprint-23_shaheel_3404