Pass correct webhookUrl to payments API

This commit is contained in:
Benjamin Beganović 2021-09-24 21:18:36 +02:00
parent 6c0311dab1
commit 993bc91970

View File

@ -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,
],