Change type of Cancel Reason & Delay Reason to string, the string will be sent.
All checks were successful
Generate and Release Protos / release (push) Successful in 36s
All checks were successful
Generate and Release Protos / release (push) Successful in 36s
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
},
|
||||
"cr": {
|
||||
"title": "Cancel Reason",
|
||||
"type": "integer"
|
||||
"type": "string"
|
||||
},
|
||||
"cl": {
|
||||
"title": "Cancel Location",
|
||||
@@ -180,7 +180,7 @@
|
||||
},
|
||||
"dr": {
|
||||
"title": "Delay Reason",
|
||||
"type": "integer"
|
||||
"type": "string"
|
||||
},
|
||||
"dl": {
|
||||
"title": "Delay Location",
|
||||
|
||||
Reference in New Issue
Block a user