commercetools / sunrise-spa

SUNRISE shop template as a single-page application
https://sunrise-spa.now.sh
Apache License 2.0
51 stars 78 forks source link

Use currency coming from mixin #125

Closed lauraluiz closed 5 years ago

lauraluiz commented 5 years ago

Some components are using this.$store.state.currency and others this.currency. All of them should be using this.currency (coming from priceMixin) to avoid exposing the implementation details, and thus allow to change the way currency is stored/obtained in the future.

zeina-idris commented 5 years ago

Solved by @lauraluiz