Project

General

Profile

CR #3405

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

Service Rider:- CheckPromoCode restructuring using node

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

Status:
Reopened
Priority:
Normal
Assignee:
Target version:
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

checkPromoCode (110 Bytes) checkPromoCode shaheel Navas, 11/06/2024 01:28 AM

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.

Also available in: Atom PDF