applied new features of money package
				
					
				
			This commit is contained in:
		@@ -129,13 +129,13 @@ class PaymentReceived extends Notification
 | 
			
		||||
 | 
			
		||||
        return [
 | 
			
		||||
            $this->invoice->document_number,
 | 
			
		||||
            money($this->invoice->amount, $this->invoice->currency_code, true),
 | 
			
		||||
            money($this->invoice->amount, $this->invoice->currency_code),
 | 
			
		||||
            company_date($this->invoice->due_at),
 | 
			
		||||
            trans('documents.statuses.' . $this->invoice->status),
 | 
			
		||||
            URL::signedRoute('signed.invoices.show', $route_params),
 | 
			
		||||
            route('invoices.show', $route_params),
 | 
			
		||||
            route('portal.invoices.show', $route_params),
 | 
			
		||||
            money($this->transaction->amount, $this->transaction->currency_code, true),
 | 
			
		||||
            money($this->transaction->amount, $this->transaction->currency_code),
 | 
			
		||||
            company_date($this->transaction->paid_at),
 | 
			
		||||
            $this->transaction->payment_method,
 | 
			
		||||
            $this->invoice->contact_name,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user