Skip to content

Commit a5e8964

Browse files
committed
Add product feature flag to operator API
1 parent c7974be commit a5e8964

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/ioki/model/operator/features.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,10 @@ class Features < Base
193193
attribute :driver_automation,
194194
type: :boolean,
195195
on: :read
196+
197+
attribute :requires_passenger_name_or_ticket,
198+
type: :boolean,
199+
on: :read
196200
end
197201
end
198202
end

0 commit comments

Comments
 (0)