Add logging for stripe intents

This commit is contained in:
David Bomba 2022-07-24 17:38:24 +10:00
parent f0e215c293
commit 013ce5e6e4

View File

@ -148,6 +148,17 @@ class PaymentIntentWebhook implements ShouldQueue
}
SystemLogger::dispatch(
['response' => $this->stripe_request, 'data' => []],
SystemLog::CATEGORY_GATEWAY_RESPONSE,
SystemLog::EVENT_GATEWAY_SUCCESS,
SystemLog::TYPE_STRIPE,
null,
$company,
);
}
private function updateCreditCardPayment($payment_hash, $client)