From 10467e5cc190aba46f0e887b1810ef61e8eb93bb Mon Sep 17 00:00:00 2001 From: edmondlang Date: Wed, 15 Mar 2023 19:23:24 +0800 Subject: [PATCH] debug billplz payment --- app/Console/Commands/debugBillplzFailedPayment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/debugBillplzFailedPayment.php b/app/Console/Commands/debugBillplzFailedPayment.php index ce481d3a..1a4f23f7 100644 --- a/app/Console/Commands/debugBillplzFailedPayment.php +++ b/app/Console/Commands/debugBillplzFailedPayment.php @@ -62,7 +62,7 @@ class debugBillplzFailedPayment extends Command $this->info('Unpaid Transaction - id:' . $transaction->id . ' - Date: '.$transaction->owner->created_at->format('d-m-Y').' - Amount: '. $transaction->amount); } }else{ - $this->info('billplz error'); + $this->info('billplz error - id: '. $transaction->id . ' - Date: '.$transaction->created_at->format('d-m-Y')); } }