mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Pass correct webhookUrl
to payments API
This commit is contained in:
parent
6c0311dab1
commit
993bc91970
@ -87,8 +87,7 @@ class BankTransfer implements MethodInterface
|
||||
'payment_hash' => $this->mollie->payment_hash->hash,
|
||||
'payment_method_id' => GatewayType::BANK_TRANSFER,
|
||||
]),
|
||||
// 'webhookUrl' => $this->mollie->company_gateway->webhookUrl(),
|
||||
'webhookUrl' => 'https://invoiceninja.com',
|
||||
'webhookUrl' => $this->mollie->company_gateway->webhookUrl(),
|
||||
'metadata' => [
|
||||
'client_id' => $this->mollie->client->hashed_id,
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user