Skip to content

Commit

Permalink
Merge pull request #49 from dcsaorg/DT-744-booking-input-change
Browse files Browse the repository at this point in the history
Dt-744 changes
  • Loading branch information
preetamnpr authored Dec 22, 2023
2 parents 3fc64f8 + 2c8fbf8 commit 08c0acb
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,26 +64,26 @@ public String getHumanReadablePrompt() {
public JsonNode getJsonForHumanReadablePrompt() {
var csp = switch (scenarioType) {
case REGULAR -> new CarrierScenarioParameters("Example Carrier Service",
"1234567",
"402E",
"service Name",
"411510",
"Iron or steel",
"DKCPH",
"FRPAR");
"640510",
"Shoes - black, 400 boxes",
"DKAAR",
"DEBRV");
case REEFER -> new CarrierScenarioParameters("Example Carrier Service",
"1234567",
"402E",
"service Name",
"721911",
"Stainless steel",
"DEBRV",
"USORF");
"04052090",
"Dairy products",
"DKAAR",
"DEBRV");
case DG -> new CarrierScenarioParameters("Example Carrier Service",
"403W",
"TA1",
"293499",
"Environmentally hazardous substance, liquid, N.O.S (Propiconazole)",
"DEBRV",
"USORF");
"DKAAR",
"DEBRV");
};

return csp.toJson();
Expand Down

0 comments on commit 08c0acb

Please sign in to comment.