diff --git a/resources/views/portal/ninja2020/gateways/authorize/credit_card/pay.blade.php b/resources/views/portal/ninja2020/gateways/authorize/credit_card/pay.blade.php index b613c3ce6854..29aeaf487487 100644 --- a/resources/views/portal/ninja2020/gateways/authorize/credit_card/pay.blade.php +++ b/resources/views/portal/ninja2020/gateways/authorize/credit_card/pay.blade.php @@ -82,9 +82,11 @@ $(function() { document.getElementsByName('expiry-month')[0].setAttribute("x-autocompletetype", "cc-exp-month"); document.getElementsByName('expiry-month')[0].setAttribute("autocompletetype", "cc-exp-month"); +document.getElementsByName('expiry-month')[0].setAttribute("autocomplete", "on"); document.getElementsByName('expiry-year')[0].setAttribute("x-autocompletetype", "cc-exp-year"); document.getElementsByName('expiry-year')[0].setAttribute("autocompletetype", "cc-exp-year"); +document.getElementsByName('expiry-year')[0].setAttribute("autocomplete", "on"); });