diff --git a/app/Services/Payment/PaymentService.php b/app/Services/Payment/PaymentService.php index b6f7d3af7225..f6aba1e7f4ac 100644 --- a/app/Services/Payment/PaymentService.php +++ b/app/Services/Payment/PaymentService.php @@ -49,7 +49,7 @@ class PaymentService } public function sendEmail($contact = null) - {nlog("merp"); + { return (new SendEmail($this->payment, $contact))->run(); }