Early bird field to db

This commit is contained in:
2024-01-16 20:00:40 +02:00
parent 57ae053855
commit 6afff866a2
10 changed files with 270 additions and 150 deletions

View File

@@ -22,7 +22,8 @@ defmodule Osuuspuutarha.OrdersFixtures do
order_type: :full,
pcode: "some pcode",
phone: "some phone",
split_invoice: true
split_invoice: true,
early_bird: true
})
|> Osuuspuutarha.Orders.create_order()