wepay fixes

This commit is contained in:
David Bomba 2021-11-23 16:18:16 +11:00
parent 0734e9ad93
commit ccda36a745

View File

@ -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);
}