mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-05 02:54:34 -04:00
Fixes for Mollie Credit Cards - idempotency key for credit card payments with no payment->token present
This commit is contained in:
parent
6880e67210
commit
c3561dc58a
@ -111,6 +111,7 @@ class CreditCard
|
|||||||
'value' => $amount,
|
'value' => $amount,
|
||||||
],
|
],
|
||||||
'description' => $description,
|
'description' => $description,
|
||||||
|
'idempotencyKey' => uniqid("st",true),
|
||||||
'redirectUrl' => route('mollie.3ds_redirect', [
|
'redirectUrl' => route('mollie.3ds_redirect', [
|
||||||
'company_key' => $this->mollie->client->company->company_key,
|
'company_key' => $this->mollie->client->company->company_key,
|
||||||
'company_gateway_id' => $this->mollie->company_gateway->hashed_id,
|
'company_gateway_id' => $this->mollie->company_gateway->hashed_id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user