Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: 3.1.3
-
Fix Version/s: None
-
Component/s: CiviContribute
-
Labels:None
Description
On contribution pages, credit card form submission validates correctly but does not show a required marker.
Traced possible issue to CRM/Contribute/Form/Contribution/Main.php line 378 where CRM_Core_Payment_Form::buildCreditCard( $this ); is omitting the $useRequired argument that tells that function not to set required to false.
See CRM/Core/Payment/Form.php line 225 for buildCreditCard method.
Can some one else confirm this? Not sure if it's been fixed in later versions ...