Update the order formatter to show the currency, hryvnia.
continuous-integration/drone/push Build is passing
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -11,8 +11,8 @@ class OrderFormatter():
|
|||||||
return f"Ваше замовлення має id: {id}.\n" \
|
return f"Ваше замовлення має id: {id}.\n" \
|
||||||
f"Вид доставки: {order_type}.\n" \
|
f"Вид доставки: {order_type}.\n" \
|
||||||
f"Доставка до: {order_address}.\n" \
|
f"Доставка до: {order_address}.\n" \
|
||||||
f"Ціна товарів: {item_price}.\n" \
|
f"Ціна товарів: {item_price} ₴.\n" \
|
||||||
f"Ціна пакування: {package_price}.\n" \
|
f"Ціна пакування: {package_price} ₴.\n" \
|
||||||
f"Ціна доставки: {delivery_price}.\n\n" \
|
f"Ціна доставки: {delivery_price} ₴.\n\n" \
|
||||||
f"Остаточна ціна: {full_price}."
|
f"Остаточна ціна: {full_price} ₴."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user