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) { function warn($message, $content) {
DB::table('warnings')->insert([ DB::table('warnings')->insert([
$message => $message, 'message' => $message,
$content => $content, 'content' => $content,
'created_at' => now(), 'created_at' => now(),
'updated_at' => now(), 'updated_at' => now(),
]); ]);