1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Remove logging from StripePaymentDriver

This commit is contained in:
Benjamin Beganović 2020-09-24 12:20:57 +02:00
parent 9b4d166e10
commit f34410cdea

View File

@ -331,8 +331,6 @@ class StripePaymentDriver extends BasePaymentDriver
// ->refund(['transactionReference' => $payment->transaction_reference, 'amount' => $amount, 'currency' => $payment->client->getCurrencyCode()])
// ->send();
info($response);
if ($response->status == $response::STATUS_SUCCEEDED) {
SystemLogger::dispatch(['server_response' => $response, 'data' => request()->all(),
], SystemLog::CATEGORY_GATEWAY_RESPONSE, SystemLog::EVENT_GATEWAY_SUCCESS, SystemLog::TYPE_STRIPE, $this->client);