lib/recurly/resources/coupon_discount.rb in recurly-3.0.0.beta.4 vs lib/recurly/resources/coupon_discount.rb in recurly-3.0.0.beta.5
- old
+ new
@@ -18,9 +18,9 @@
# @return [Hash] This is only present when `type=free_trial`.
define_attribute :trial, Hash
# @!attribute type
# @return [String]
- define_attribute :type, String, { :enum => ["percent", "fixed", "free_trial"] }
+ define_attribute :type, String
end
end
end