Index: branches/fundraising/extensions/DonationInterface/gateway_common/GatewayForm.php |
— | — | @@ -125,7 +125,7 @@ |
126 | 126 | * @param array $error Reference to the error messages of the form |
127 | 127 | * @param array $options |
128 | 128 | * OPTIONAL - You may require certain field groups to be validated |
129 | | - * - address - Validates: street, city,, state, zip |
| 129 | + * - address - Validates: street, city, state, zip |
130 | 130 | * - amount - Validates: amount |
131 | 131 | * - creditCard - Validates: card_num, cvv, expiration and sets the card |
132 | 132 | * - email - Validates: email - NOTE: part of this validation is disabled |