From 5023dc0ca247f66ce32622cf22988039586acbb9 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Thu, 31 Mar 2022 15:39:35 +0530 Subject: [PATCH] fix: capture curency code from order data --- ecommerce_integrations/unicommerce/order.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ecommerce_integrations/unicommerce/order.py b/ecommerce_integrations/unicommerce/order.py index ff3629bb..71ae0990 100644 --- a/ecommerce_integrations/unicommerce/order.py +++ b/ecommerce_integrations/unicommerce/order.py @@ -198,6 +198,7 @@ def _create_order(order: UnicommerceOrder, customer) -> None: "tax_category": get_dummy_tax_category(), "company_address": company_address, "dispatch_address_name": dispatch_address, + "currency": order.get("currencyCode"), } )