lib/braintree/transaction.rb in braintree-2.92.0 vs lib/braintree/transaction.rb in braintree-2.93.0
- old
+ new
@@ -56,9 +56,10 @@
end
module IndustryType
Lodging = "lodging"
TravelAndCruise = "travel_cruise"
+ TravelAndFlight = "travel_flight"
All = constants.map { |c| const_get(c) }
end
module Type # :nodoc: