Skip to content

Commit

Permalink
Merge pull request #92 from gadventures/add-agency-display-name
Browse files Browse the repository at this point in the history
Add preferred_display_name to fields list for agency
  • Loading branch information
marz619 committed Feb 14, 2018
2 parents c575fd1 + 435a8a0 commit 46e5cb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gapipy/resources/booking/agency.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class Agency(Resource):
'override_agency_secondary',
'passenger_notifications',
'agent_notifications',
'preferred_display_name',
]
_date_time_fields_local = ['date_created']
_model_fields = [('address', Address)]
Expand Down

0 comments on commit 46e5cb9

Please sign in to comment.