Fixed Offline Payment method for Customer
This commit is contained in:
		@@ -24,6 +24,9 @@ class EventServiceProvider extends ServiceProvider
 | 
			
		||||
        'Illuminate\Auth\Events\Logout' => [
 | 
			
		||||
            'App\Listeners\Auth\Logout',
 | 
			
		||||
        ],
 | 
			
		||||
        'App\Events\Events\InvoicePaid' => [
 | 
			
		||||
            'App\Listeners\Incomes\Invoice\Paid',
 | 
			
		||||
        ],
 | 
			
		||||
    ];
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user