lib/tickethub/reseller/tier.rb in tickethub-0.3.40 vs lib/tickethub/reseller/tier.rb in tickethub-0.3.41
- old
+ new
@@ -7,10 +7,9 @@
require_relative 'product'
association :product, Reseller::Product
attribute :price, type: :money
- attribute :currency, type: :currency
attribute :notice, type: :duration
attribute :period, type: :duration
attribute :interval, type: :duration
\ No newline at end of file