Module: Spree::DefaultPrice
- Extended by:
- ActiveSupport::Concern
- Included in:
- Variant
- Defined in:
- app/models/concerns/spree/default_price.rb
Constant Summary collapse
- DEPRECATION_MSG =
'Spree::DefaultPrice is deprecated and will be removed in Spree 6.0. ' \ 'Use variant.set_price(currency, amount) and variant.price_in(currency) instead.'