Skip to content

Commit a2e8b65

Browse files
committed
Revert "add command to helper"
This reverts commit e774a7c.
1 parent ed579c4 commit a2e8b65

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ecommerce/pricing/test/test_helper.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ def set_time_promotion_discount(order_id, amount)
4646
run_command(SetTimePromotionDiscount.new(order_id: order_id, amount: amount))
4747
end
4848

49-
def set_percentage_discount(order_id, amount)
50-
run_command(SetPercentageDiscount.new(order_id: order_id, amount: amount))
51-
end
52-
5349
def remove_time_promotion_discount(order_id)
5450
run_command(RemoveTimePromotionDiscount.new(order_id: order_id))
5551
end

0 commit comments

Comments
 (0)