Skip to content

Commit

Permalink
fix: capture curency code from order data
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush committed Mar 31, 2022
1 parent ceb72e6 commit 5023dc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecommerce_integrations/unicommerce/order.py
Expand Up @@ -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"),
}
)

Expand Down

0 comments on commit 5023dc0

Please sign in to comment.