Add $config to WePay webhook logic

This commit is contained in:
Benjamin Beganović 2021-08-05 13:34:44 +02:00
parent 7ab6dbd1b7
commit 0e687783e4

View File

@ -168,6 +168,8 @@ class WePayPaymentDriver extends BaseDriver
$input = $request->all();
$config = $this->company_gateway->getConfig();
$accountId = $this->company_gateway->getConfigField('accountId');
foreach (array_keys($input) as $key) {