lib/recurly/requests/add_on_create.rb in recurly-3.0.0.beta.2 vs lib/recurly/requests/add_on_create.rb in recurly-3.0.0.beta.3
- old
+ new
@@ -9,11 +9,11 @@
# @!attribute code
# @return [String] The unique identifier for the add-on within its plan.
define_attribute :code, String
# @!attribute currencies
- # @return [Array[String]] Add-on pricing
- define_attribute :currencies, Array, {:item_type => String}
+ # @return [Array[Hash]] Add-on pricing
+ define_attribute :currencies, Array, {:item_type => Hash}
# @!attribute default_quantity
# @return [Integer] Default quantity for the hosted pages.
define_attribute :default_quantity, Integer