Integrate Coolify API client and module for managing Coolify services, enhancing automation and deployment processes.
This commit is contained in:
@@ -364,11 +364,11 @@ class order_bookings_o extends db
|
||||
$this->createOrderItemsBy($user_id);
|
||||
}
|
||||
|
||||
if (!$this->containsWashCertificateItem()) {
|
||||
$order = $this->getOrder();
|
||||
if (!$this->containsWashCertificateItem() && !$order->containsWashCertificateItem()) {
|
||||
return;
|
||||
}
|
||||
|
||||
$order = $this->getOrder();
|
||||
$normalizedSafetySeal = orders_o::normalizeSafetySealValue($safety_seal);
|
||||
if ($normalizedSafetySeal !== null) {
|
||||
$order->setSafetySealValue($normalizedSafetySeal);
|
||||
|
||||
Reference in New Issue
Block a user