mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add $config to WePay webhook logic
This commit is contained in:
parent
7ab6dbd1b7
commit
0e687783e4
@ -168,6 +168,8 @@ class WePayPaymentDriver extends BaseDriver
|
|||||||
|
|
||||||
$input = $request->all();
|
$input = $request->all();
|
||||||
|
|
||||||
|
$config = $this->company_gateway->getConfig();
|
||||||
|
|
||||||
$accountId = $this->company_gateway->getConfigField('accountId');
|
$accountId = $this->company_gateway->getConfigField('accountId');
|
||||||
|
|
||||||
foreach (array_keys($input) as $key) {
|
foreach (array_keys($input) as $key) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user