From 875b5ecce12d6d609c92110db44092164e7bc632 Mon Sep 17 00:00:00 2001 From: Seamus Lee <seamuslee001@gmail.com> Date: Fri, 5 Jun 2020 09:41:10 +1000 Subject: [PATCH] dev/core#1797 Fix jquery Credit card validation on front end contribution forms --- CRM/Core/Resources.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Core/Resources.php b/CRM/Core/Resources.php index 288a960ffb9..581447c2b63 100644 --- a/CRM/Core/Resources.php +++ b/CRM/Core/Resources.php @@ -743,6 +743,7 @@ class CRM_Core_Resources { "bower_components/datatables/media/js/jquery.dataTables.min.js", "bower_components/datatables/media/css/jquery.dataTables.min.css", "bower_components/jquery-validation/dist/jquery.validate.min.js", + "bower_components/jquery-validation/dist/additional-methods.min.js", "packages/jquery/plugins/jquery.ui.datepicker.validation.min.js", "js/Common.js", "js/crm.datepicker.js", -- GitLab