Project

General

Profile

Actions

Support #33305

open

Static package | StaticPackageDetails API | API Response Issue

Added by Jabeel Roshan P about 2 months ago. Updated about 2 months ago.

Status:
For Review
Priority:
Normal
Assignee:
Target version:
-
Start date:
02/16/2026
Due date:
02/16/2026 (57 days late)
% Done:

100%

Estimated time:
3:00 h
Spent time:
remarks:
DB Changes:
Keys & Permissions:
Areas Affected:
Files Changed:

BookingEngine\Module\Package\Cax.Package.Service\OfflinePackageHandler.cs
BookingEngine\Wrapper\StaticPackage\Cax.Wrapper.Service\Search\Impl\SearchService.cs


Description

In the Static Package Details screen, I am checking conditions to display the action buttons (Book Now and Enquiry). The logic is: if both isEnquiry and canBook are true, then both buttons should be shown; if only one is true, then only that button should appear; and if isEnquiryOnly is true, then the enquiry form button should be displayed. However, the API response is returning false for all these flags (isEnquiry, canBook, and isEnquiryOnly), so none of the buttons are visible on the screen, and the user is unable to proceed to the next page. The API endpoint, request, and response are attached below as a file for reference.


Files

api request (5.37 KB) api request Jabeel Roshan P, 02/16/2026 02:49 PM
Actions #1

Updated by Muhammed Jaseem P about 2 months ago

  • Tracker changed from Bug to Support
Actions #2

Updated by Nithin George about 2 months ago

  • Due date set to 02/16/2026
  • Status changed from New to Assigned
  • Assignee set to Jesmy P Jose
  • Estimated time set to 3:00 h
Actions #3

Updated by Jesmy P Jose about 2 months ago

  • Status changed from Assigned to In Progress
Actions #4

Updated by Jesmy P Jose about 2 months ago

  • Status changed from In Progress to For Review
  • Assignee changed from Jesmy P Jose to Nithin George
  • % Done changed from 0 to 100
  • Files Changed updated (diff)
Actions #5

Updated by Jesmy P Jose about 2 months ago

Need to assign frontend(php)

StaticPackageDetails -- please check [CustomerFlow] -- [CanBook] is true then display book button.
------------------
changes code:
set [CanBook] -- if [IsEnquiryOnly] is true then return false otherwise true.
set [IsEnquiryOnly] -- if planner null

Actions

Also available in: Atom PDF