mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 00:04:29 -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)
|
'amounts[]=' . intval($amount1) . '&amounts[]=' . intval($amount2)
|
||||||
);
|
);
|
||||||
|
|
||||||
if (is_string($result)) {
|
if (is_string($result) && $result != 'This bank account has already been verified.') {
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user