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_hash' => $this->mollie->payment_hash->hash,
|
||||||
'payment_method_id' => GatewayType::BANK_TRANSFER,
|
'payment_method_id' => GatewayType::BANK_TRANSFER,
|
||||||
]),
|
]),
|
||||||
// 'webhookUrl' => $this->mollie->company_gateway->webhookUrl(),
|
'webhookUrl' => $this->mollie->company_gateway->webhookUrl(),
|
||||||
'webhookUrl' => 'https://invoiceninja.com',
|
|
||||||
'metadata' => [
|
'metadata' => [
|
||||||
'client_id' => $this->mollie->client->hashed_id,
|
'client_id' => $this->mollie->client->hashed_id,
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue