}
break;
}
- // Electronic checks aren't accepted
+ // Echecks only
+ case AN_REASON_ACHONLY:
+ {
+ set_config('an_acceptmethods', AN_METHOD_ECHECK);
+ email_to_admin("$message " .
+ "This is new config(an_acceptmethods):", array(AN_METHOD_ECHECK));
+ break;
+ }
+ // Echecks aren't accepted
case AN_REASON_NOACH:
{
set_config('an_acceptmethods', AN_METHOD_CC);
$string['reason51'] = 'The sum of all credits against this transaction is greater than the original transaction amount.';
$string['reason54'] = 'The referenced transaction does not meet the criteria for issuing a credit.';
$string['reason55'] = 'The sum of credits against the referenced transaction would exceed the original debit amount.';
+$string['reason56'] = 'This merchant accepts eCheck (ACH) transactions only; no credit card transactions are accepted.';
$string['refund'] = 'Refund';
$string['refunded'] = 'Refunded';
$string['returns'] = 'Returns';