mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 23:54:30 -04:00
wepay fixes
This commit is contained in:
parent
0734e9ad93
commit
ccda36a745
@ -208,7 +208,7 @@ class WePayPaymentDriver extends BaseDriver
|
|||||||
|
|
||||||
return 'Processed successfully';
|
return 'Processed successfully';
|
||||||
} elseif ($objectType == 'account') {
|
} elseif ($objectType == 'account') {
|
||||||
if ($accountId !== $objectId) {
|
if ($accountId != $objectId) {
|
||||||
throw new \Exception('Unknown account ' . $accountId . ' does not equal '.$objectId);
|
throw new \Exception('Unknown account ' . $accountId . ' does not equal '.$objectId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user