Skip to content

Commit 9c10918

Browse files
committed
Solidus gem: Require solidus_legacy_promotions
Solidus main already depends on `solidus_legacy_promotions`, but we forgot to require it in the original PR. This makes sure people still have the legacy promotion system when they upgrade to the next Solidus version.
1 parent 3f6c58c commit 9c10918

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/solidus.rb

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
require 'solidus_api'
55
require 'solidus_backend'
66
require 'solidus_sample'
7+
require 'solidus_legacy_promotions'

0 commit comments

Comments
 (0)