mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Fix ACH validation
This commit is contained in:
parent
3de8249258
commit
c86855b77c
@ -281,7 +281,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…
Reference in New Issue
Block a user