Finished adding address_validation to reporting

This commit is contained in:
Joaquin Ossa 2024-08-20 14:11:21 +02:00
parent db9f9a6c25
commit bf9652f258
2 changed files with 12 additions and 0 deletions

View file

@ -244,6 +244,16 @@ models:
This is identified by the fact that there is a payment of type
check-in cover associated with this guest journey.
- name: address_validation_passed
data_type: boolean
description:
"Boolean to indicate if the validation was approved or not.
In case there was a problem with the validation it will be Null"
- name: address_validation_notes
data_type: character varying
description: "Notes in case there was some problem with the validation."
- name: cover_was_rejected
data_type: boolean
description: |