Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Spree::OrderContents to LegacyPromotions gem
This class directly references Spree::PromotionHandler::Cart, and thus needs to live in the legacy_promotions gem. If you inherit from this class, and it happens to not be available after upgrading, please add ``` gem "solidus_legacy_promotions" ``` to your Gemfile.
- Loading branch information