wepay fixes
This commit is contained in:
parent
0734e9ad93
commit
ccda36a745
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ class WePayPaymentDriver extends BaseDriver
|
|||
|
||||
return 'Processed successfully';
|
||||
} elseif ($objectType == 'account') {
|
||||
if ($accountId !== $objectId) {
|
||||
if ($accountId != $objectId) {
|
||||
throw new \Exception('Unknown account ' . $accountId . ' does not equal '.$objectId);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue