From 784bc04acdc5055bb4ced0a9ccf7264f835ea153 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 1 Jul 2021 19:52:57 +1000 Subject: [PATCH] Minor fix --- app/Services/Payment/PaymentService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }