wip
This commit is contained in:
@@ -582,11 +582,11 @@ function syncWithAzatAPI(SberPaymentOrderItem $orderItem): array
|
|||||||
}
|
}
|
||||||
|
|
||||||
$orderItem->update([
|
$orderItem->update([
|
||||||
'synced_with_system' => $success ? true : false,
|
'synced_with_system' => true,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'success' => $success,
|
'success' => true,
|
||||||
'type' => 'modal',
|
'type' => 'modal',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user