mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 21:44:29 -04:00
Minor fixes for Checkout.com
This commit is contained in:
parent
105e6282be
commit
0836035e40
@ -149,6 +149,12 @@ class CreditCard
|
|||||||
'company_gateway_id' => $this->checkout->company_gateway->hashed_id,
|
'company_gateway_id' => $this->checkout->company_gateway->hashed_id,
|
||||||
'hash' => $this->checkout->payment_hash->hash,
|
'hash' => $this->checkout->payment_hash->hash,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
$payment->{'failure_url'} = route('checkout.3ds_redirect', [
|
||||||
|
'company_key' => $this->checkout->client->company->company_key,
|
||||||
|
'company_gateway_id' => $this->checkout->company_gateway->hashed_id,
|
||||||
|
'hash' => $this->checkout->payment_hash->hash,
|
||||||
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user