Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passenger age must be calculated based on date of first segment #411

Open
creduo opened this issue May 23, 2019 · 0 comments
Open

Passenger age must be calculated based on date of first segment #411

creduo opened this issue May 23, 2019 · 0 comments

Comments

@creduo
Copy link
Contributor

creduo commented May 23, 2019

Passenger age must be calculated based on date of first segment, not the date of booking.

const birth = moment(passenger.birthDate.toUpperCase(), 'YYYY-MM-DD');
passenger.Age = moment().diff(birth, 'years');
return passenger;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant