mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 20:24:30 -04:00
Fix ACH validation
This commit is contained in:
parent
d40e4008da
commit
91b023ecde
@ -280,7 +280,7 @@ class StripePaymentDriver extends BasePaymentDriver
|
||||
'amounts[]=' . intval($amount1) . '&amounts[]=' . intval($amount2)
|
||||
);
|
||||
|
||||
if (is_string($result)) {
|
||||
if (is_string($result) && $result != 'This bank account has already been verified.') {
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user