Fix ACH validation
This commit is contained in:
parent
3de8249258
commit
c86855b77c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue