PaymentEmailInterface
interface PaymentEmailInterface
Interface to be called for DI for PaymentEmailInterface related services
Methods
sendError(string $object, $data)
Sends email for error
Details
at line 24
send(Payment $payment, string $amount)
Sends emails related to Payment
at line 29
sendError(string $object, $data)
Sends email for error
at line 34
sendUser(Payment $payment, string $subject)
Sends email related to Payment for the user
at line 39
sendSite(Payment $payment, string $subject)
Sends email related to Payment for the site