Debugging Molli iDeal payments
This commit is contained in:
parent
889f669257
commit
fe934645c4
4 changed files with 4 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ class Bancontact implements MethodInterface
|
|||
'webhookUrl' => $this->mollie->company_gateway->webhookUrl(),
|
||||
'metadata' => [
|
||||
'client_id' => $this->mollie->client->hashed_id,
|
||||
'hash' => $this->mollie->payment_hash->hash
|
||||
],
|
||||
]);
|
||||
|
||||
|
|
|
|||
|
|
@ -89,6 +89,7 @@ class BankTransfer implements MethodInterface
|
|||
'webhookUrl' => $this->mollie->company_gateway->webhookUrl(),
|
||||
'metadata' => [
|
||||
'client_id' => $this->mollie->client->hashed_id,
|
||||
'hash' => $this->mollie->payment_hash->hash
|
||||
],
|
||||
]);
|
||||
|
||||
|
|
|
|||
|
|
@ -86,6 +86,7 @@ class IDEAL implements MethodInterface
|
|||
'webhookUrl' => $this->mollie->company_gateway->webhookUrl(),
|
||||
'metadata' => [
|
||||
'client_id' => $this->mollie->client->hashed_id,
|
||||
'hash' => $this->mollie->payment_hash->hash
|
||||
],
|
||||
]);
|
||||
|
||||
|
|
|
|||
|
|
@ -86,6 +86,7 @@ class KBC implements MethodInterface
|
|||
'webhookUrl' => $this->mollie->company_gateway->webhookUrl(),
|
||||
'metadata' => [
|
||||
'client_id' => $this->mollie->client->hashed_id,
|
||||
'hash' => $this->mollie->payment_hash->hash
|
||||
],
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue