diff --git a/static/js/tpos.js b/static/js/tpos.js index d4a2017..647f986 100644 --- a/static/js/tpos.js +++ b/static/js/tpos.js @@ -255,7 +255,7 @@ window.app = Vue.createApp({ this.cartTax = 0.0 this.total = 0.0 }, - activeAtmMode() { + startAtmMode() { if (this.atmPremium > 0) { this.exchangeRate = this.exchangeRate / (1 + this.atmPremium) } diff --git a/templates/tpos/tpos.html b/templates/tpos/tpos.html index bbdddb7..e64ef2f 100644 --- a/templates/tpos/tpos.html +++ b/templates/tpos/tpos.html @@ -219,7 +219,7 @@
{% endblock %} {% block scripts %}