documents onChangeCurrency method fixed..

This commit is contained in:
Cüneyt Şentürk 2021-04-08 12:36:09 +03:00
parent db099d64eb
commit f9c67b1fee

View File

@ -529,7 +529,7 @@ const app = new Vue({
}
})
.catch(error => {
this.onChangeCurrency();
this.onChangeCurrency(currency_code);
});
}