Transaction event and notification changes..
This commit is contained in:
		@@ -60,7 +60,7 @@ class Revenue extends Notification
 | 
			
		||||
 | 
			
		||||
        // Attach the PDF file
 | 
			
		||||
        if ($this->attach_pdf) {
 | 
			
		||||
            $message->attach($this->storeDocumentPdfAndGetPath($this->revenue), [
 | 
			
		||||
            $message->attach($this->storeTransactionPdfAndGetPath($this->revenue), [
 | 
			
		||||
                'mime' => 'application/pdf',
 | 
			
		||||
            ]);
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user