mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-10 07:04:36 -04:00
Fix for auth.net autobill
This commit is contained in:
parent
eb31c6b6d4
commit
31ff7fcc39
@ -107,6 +107,8 @@ class AuthorizeCreditCard
|
||||
'data' => $this->formatGatewayResponse($data, $vars),
|
||||
];
|
||||
|
||||
$payment = $this->storePayment($payment_hash, $data);
|
||||
|
||||
SystemLogger::dispatch($logger_message, SystemLog::CATEGORY_GATEWAY_RESPONSE, SystemLog::EVENT_GATEWAY_SUCCESS, SystemLog::TYPE_AUTHORIZE, $this->authorize->client);
|
||||
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user