mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 03:29:03 -05:00 
			
		
		
		
	Transaction events
This commit is contained in:
		
							parent
							
								
									7cd6327649
								
							
						
					
					
						commit
						2453a37bde
					
				@ -57,13 +57,13 @@ class TransactionLog implements ShouldQueue
 | 
				
			|||||||
        TransactionEvent::INVOICE_CANCELLED => InvoiceCancelledTransaction::class,
 | 
					        TransactionEvent::INVOICE_CANCELLED => InvoiceCancelledTransaction::class,
 | 
				
			||||||
        TransactionEvent::INVOICE_REVERSED => InvoiceReversalTransaction::class, //
 | 
					        TransactionEvent::INVOICE_REVERSED => InvoiceReversalTransaction::class, //
 | 
				
			||||||
        TransactionEvent::INVOICE_FEE_APPLIED => InvoiceFeeAppliedTransaction::class, //
 | 
					        TransactionEvent::INVOICE_FEE_APPLIED => InvoiceFeeAppliedTransaction::class, //
 | 
				
			||||||
        TransactionEvent::PAYMENT_MADE => PaymentMadeTransaction::class,
 | 
					        TransactionEvent::PAYMENT_MADE => PaymentMadeTransaction::class, //
 | 
				
			||||||
        TransactionEvent::GATEWAY_PAYMENT_MADE => GatewayPaymentMadeTransaction::class,
 | 
					        TransactionEvent::GATEWAY_PAYMENT_MADE => GatewayPaymentMadeTransaction::class, //
 | 
				
			||||||
        TransactionEvent::PAYMENT_APPLIED => PaymentAppliedTransaction::class,
 | 
					        TransactionEvent::PAYMENT_APPLIED => PaymentAppliedTransaction::class,
 | 
				
			||||||
        TransactionEvent::PAYMENT_REFUND => PaymentRefundedTransaction::class,
 | 
					        TransactionEvent::PAYMENT_REFUND => PaymentRefundedTransaction::class, //
 | 
				
			||||||
        TransactionEvent::PAYMENT_FAILED => PaymentFailedTransaction::class,
 | 
					        TransactionEvent::PAYMENT_FAILED => PaymentFailedTransaction::class,
 | 
				
			||||||
        TransactionEvent::PAYMENT_DELETED => PaymentDeletedTransaction::class, //
 | 
					        TransactionEvent::PAYMENT_DELETED => PaymentDeletedTransaction::class, //
 | 
				
			||||||
        TransactionEvent::CLIENT_STATUS => ClientStatusTransaction::class,
 | 
					        TransactionEvent::CLIENT_STATUS => ClientStatusTransaction::class, //
 | 
				
			||||||
    ];
 | 
					    ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user