We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e6542 commit 8b7a5f2Copy full SHA for 8b7a5f2
ecommerce/pricing/lib/pricing/events.rb
@@ -36,8 +36,6 @@ class PercentageDiscountSet < Infra::Event
36
attribute :order_id, Infra::Types::UUID
37
attribute :type, Infra::Types::String
38
attribute :amount, Infra::Types::PercentageDiscount
39
- attribute :base_total_value, Infra::Types::Price
40
- attribute :total_value, Infra::Types::Price
41
end
42
43
class PriceItemAdded < Infra::Event
0 commit comments