Skip to content

Commit

Permalink
#68 - removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
szafran89 committed Dec 20, 2018
1 parent 3d882ff commit 5bfd5fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions view/frontend/web/js/components/steps/TheShippingStep.vue
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,6 @@ export default {
return this.$store.getters.regionsByCountryId(this.address.country_id.value)
}
},
// tmp commented, request for getting customer data
// created () {
// this.$store.dispatch('getCustomerAddresses')
// },
methods: {
onCountryChange () {
this.$store.dispatch('updateShippingMethods', this.address.country_id.value)
Expand Down

0 comments on commit 5bfd5fe

Please sign in to comment.