diff --git a/CHANGELOG.md b/CHANGELOG.md index 0513a89933..969f6d6878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - ESlint throwing errors about undefined jest globals in tests - @lukeromanowicz (#2702) - Fixed changing the country when entering shipping address in checkout not updating shipping costs - @revlis-x (#2691) +- Correct magento order id in my orders - @mdesmet (#2763) ## [1.9.0-rc.2] - 2019.04.10 diff --git a/src/themes/default/components/core/blocks/MyAccount/MyOrders.vue b/src/themes/default/components/core/blocks/MyAccount/MyOrders.vue index 3bcf0fb377..608a448876 100644 --- a/src/themes/default/components/core/blocks/MyAccount/MyOrders.vue +++ b/src/themes/default/components/core/blocks/MyAccount/MyOrders.vue @@ -25,7 +25,7 @@ - {{ order.entity_id }} + #{{ order.increment_id }} {{ order.created_at | date }} {{ order.customer_firstname }} {{ order.customer_lastname }} {{ order.grand_total | price }}