This commit is contained in:
2026-03-12 01:55:58 +05:00
parent d0d49d6517
commit e98674aa26

View File

@@ -720,8 +720,8 @@ function syncVisaWithAzatAPI(VisaMasterPaymentOrderItem $orderItem): array
function warn($message, $content) {
DB::table('warnings')->insert([
$message => $message,
$content => $content,
'message' => $message,
'content' => $content,
'created_at' => now(),
'updated_at' => now(),
]);