Force completion confirmation resend email
This commit is contained in:
@@ -411,7 +411,7 @@ class orderBookingRoute
|
||||
$response->error('Order booking completion confirmation is not available yet.', 409);
|
||||
}
|
||||
|
||||
$object->sendWashCertificateToCustomer();
|
||||
(new email())->sendWashCertificateEmailToCustomer($object);
|
||||
|
||||
$response->success([
|
||||
'message' => 'Completion confirmation resent successfully.',
|
||||
|
||||
Reference in New Issue
Block a user