Skip to content

Commit 1548e25

Browse files
authored
Merge pull request #542 from sharique827/release-staging
fix: made child ticket field optional in TRV12-2.0.0 in Airline in stage
2 parents 0a52ca8 + 76378d5 commit 1548e25

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/config/TRV12/V-2.0.0/airline/flows/index.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ flows:
3838
- name: child_ticket_count
3939
label: Child Ticket Count
4040
type: text
41+
required: false
4142
payloadField: $.message.intent.provider.items[?(@.descriptor.code=='CHILD_TICKET')].quantity.count
4243
- name: journey_date
4344
label: Enter Journey date (YYYY-MM-DD)
@@ -105,6 +106,7 @@ flows:
105106
- name: child_ticket_count
106107
label: Child Ticket Count
107108
type: text
109+
required: false
108110
payloadField: $.message.intent.provider.items[?(@.descriptor.code=='CHILD_TICKET')].quantity.count
109111
- name: journey_date
110112
label: Enter Journey date (YYYY-MM-DD)
@@ -229,6 +231,7 @@ flows:
229231
- name: child_ticket_count
230232
label: Child Ticket Count
231233
type: text
234+
required: false
232235
payloadField: $.message.intent.provider.items[?(@.descriptor.code=='CHILD_TICKET')].quantity.count
233236
- name: journey_date
234237
label: Enter Journey date (YYYY-MM-DD)
@@ -377,6 +380,7 @@ flows:
377380
- name: child_ticket_count
378381
label: Child Ticket Count
379382
type: text
383+
required: false
380384
payloadField: $.message.intent.provider.items[?(@.descriptor.code=='CHILD_TICKET')].quantity.count
381385
- name: journey_date
382386
label: Enter Journey date (YYYY-MM-DD)
@@ -507,6 +511,7 @@ flows:
507511
- name: child_ticket_count
508512
label: Child Ticket Count
509513
type: text
514+
required: false
510515
payloadField: $.message.intent.provider.items[?(@.descriptor.code=='CHILD_TICKET')].quantity.count
511516
- name: journey_date
512517
label: Enter Journey date (YYYY-MM-DD)

0 commit comments

Comments
 (0)