From 82aa100d4c363519757cdabfdcd3512ad658c385 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 15 Dec 2022 18:23:25 +1100 Subject: [PATCH] Adjustments for autofill --- .../ninja2020/gateways/authorize/credit_card/pay.blade.php | 1 + 1 file changed, 1 insertion(+) 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 29aeaf487487..74c6f31ac980 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 @@ -83,6 +83,7 @@ $(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')[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");