This commit is contained in:
2025-09-10 17:34:52 +05:00
parent 84348a1807
commit 673042dd32

View File

@@ -582,11 +582,11 @@ function syncWithAzatAPI(SberPaymentOrderItem $orderItem): array
}
$orderItem->update([
'synced_with_system' => $success ? true : false,
'synced_with_system' => true,
]);
return [
'success' => $success,
'success' => true,
'type' => 'modal',
];
}