From 57c976536f17b47954d7af1b6917a1da90b1ec0e Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 15 Dec 2022 18:05:18 +1100 Subject: [PATCH] Adjustments for autofill --- .../ninja2020/gateways/authorize/credit_card/pay.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 caeb32314a19..c6c6928fb327 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 @@ -78,7 +78,7 @@ $(function() { var myCard = $('#my-card'); - myCard.CardJs.EXPIRY_USE_DROPDOWNS = true; + myCard.EXPIRY_USE_DROPDOWNS = true; });