Skip to content

Commit

Permalink
Adding discount to build_order
Browse files Browse the repository at this point in the history
  • Loading branch information
enrique committed May 3, 2024
1 parent d210a0d commit 1c1be5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/orders/order_modules/data_mapper/order_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def build_order(
"driver": driver,
"source": source.value,
"cooler": self.order_data.get("cooler", None),
"discount": self.order_data.get("discount"),
}

return data

0 comments on commit 1c1be5e

Please sign in to comment.