Skip to content

Commit 9f9753c

Browse files
authored
Merge pull request #6376 from SuperGoodSoft/make-patch-prepend-explicit
Make OrderRecalculatorPatch prepend explicit
2 parents fc3adf7 + c72e46c commit 9f9753c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

promotions/app/patches/models/solidus_promotions/order_recalculator_patch.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ def recalculate
1010
end
1111
super
1212
end
13-
Spree::Config.order_recalculator_class.prepend self
13+
14+
Spree::OrderUpdater.prepend self
1415
end
1516
end

0 commit comments

Comments
 (0)