Module: Spree::PromotionHandler

Defined in:
app/models/spree/promotion_handler/cart.rb,
app/models/spree/promotion_handler/page.rb,
app/models/spree/promotion_handler/coupon.rb,
app/models/spree/promotion_handler/shipping.rb,
app/models/spree/promotion_handler/free_shipping.rb

Defined Under Namespace

Classes: Cart, Coupon, Page, Shipping

Constant Summary collapse

FreeShipping =
ActiveSupport::Deprecation::DeprecatedConstantProxy.new(
  'Spree::PromotionHandler::FreeShipping',
  'Spree::PromotionHandler::Shipping',
  Spree::Deprecation,
)