This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/css/media.css b/css/media.css | |
| index 92df514..0873b28 100644 | |
| --- a/css/media.css | |
| +++ b/css/media.css | |
| @@ -73,7 +73,6 @@ | |
| } | |
| .media-item img { | |
| - height: auto; | |
| margin-bottom: 10px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function sfapi_submit_cc_payment($donor=array(), $donation=array(), $cc_info=array(), $campaign_info=array()) { | |
| // First make sure we have all the necessary pieces of info, and log notices for any missing recommended info | |
| $required_info = array( | |
| 'donor' => array( | |
| 'first_name', | |
| 'last_name', | |
| 'email', | |
| 'street_address', | |
| 'city', | |
| 'state', |