Skip to content

Commit

Permalink
server/order: remove all order.product uses in task
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Jun 24, 2024
1 parent 34eb63c commit 908d462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/polar/order/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ async def order_discord_notification(
description = f"${get_cents_in_dollar_string(price.price_amount)}"

embed = DiscordEmbed(
title=order.product.name,
title=product.name,
description=description,
color="65280",
)
Expand Down

0 comments on commit 908d462

Please sign in to comment.