Skip to content

Commit

Permalink
Fix Promotion Map
Browse files Browse the repository at this point in the history
It needs to be the taxon rule, not the line item taxon rule here.
  • Loading branch information
mamhoff committed Oct 13, 2023
1 parent e50230d commit 696fbcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module SolidusFriendlyPromotions
Spree::Promotion::Rules::OneUsePerUser =>
SolidusFriendlyPromotions::Rules::OneUsePerUser,
Spree::Promotion::Rules::Taxon =>
SolidusFriendlyPromotions::Rules::LineItemTaxon,
SolidusFriendlyPromotions::Rules::Taxon,
Spree::Promotion::Rules::NthOrder =>
SolidusFriendlyPromotions::Rules::NthOrder,
Spree::Promotion::Rules::OptionValue =>
Expand Down

0 comments on commit 696fbcc

Please sign in to comment.