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; });