Skip to content

Commit 8b7a5f2

Browse files
committed
Revert "Extend PercentageDiscountSet event by total and base values"
This reverts commit 4ce16b1.
1 parent 16e6542 commit 8b7a5f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ecommerce/pricing/lib/pricing/events.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ class PercentageDiscountSet < Infra::Event
3636
attribute :order_id, Infra::Types::UUID
3737
attribute :type, Infra::Types::String
3838
attribute :amount, Infra::Types::PercentageDiscount
39-
attribute :base_total_value, Infra::Types::Price
40-
attribute :total_value, Infra::Types::Price
4139
end
4240

4341
class PriceItemAdded < Infra::Event

0 commit comments

Comments
 (0)