Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszreszke committed Aug 6, 2024
1 parent 5834490 commit 217a506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecommerce/ordering/lib/ordering/order.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Order

def initialize(id)
@id = id
@state = State.new(:draft)
@state = State.new
@basket = Basket.new
end

Expand Down

0 comments on commit 217a506

Please sign in to comment.