wip
This commit is contained in:
@@ -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',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user