E-Invoice - Cleanup

This commit is contained in:
Dillon Ngo
2025-09-12 16:27:02 +08:00
parent 112d07c4c6
commit ee228d89e6
5 changed files with 13 additions and 15 deletions
@@ -25,6 +25,10 @@ use Carbon\Carbon;
use Exception;
use Illuminate\Support\Facades\Log;
/**
* @deprecated This class is deprecated and should not be used.
* Use `CreateInvoiceTransactionV2Processor` instead
*/
class CreateInvoiceTransactionProcessor
{