DivanteLtd / magento1-vsbridge

Run the Progressive Web App (PWA) on top of Magento 1.9. This is a Vue Storefront bridge for Magento 1.x. MIT License
https://vuestorefront.io
MIT License
57 stars 49 forks source link

Schema invalid: Missing extension_attributes field from order-history #33

Closed mtarld closed 5 years ago

mtarld commented 5 years ago

As written in doc/VueStorefrontBridge API specs.md:3307, response body must contain extension_attributes field which is not returned for now by the bridge.

That creates a bug when trying to see a single order from customer history: [Vue warn]: Error in render: "TypeError: this.order.extension_attributes is undefined"