From f6082382bf97b7bd7d1e21cb0eafa65a89949d40 Mon Sep 17 00:00:00 2001 From: edmondlang Date: Wed, 15 Mar 2023 19:48:21 +0800 Subject: [PATCH] debug billplz payment --- app/Console/Commands/debugBillplzFailedPayment.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Console/Commands/debugBillplzFailedPayment.php b/app/Console/Commands/debugBillplzFailedPayment.php index 027cc0ba..ee1cf4b0 100644 --- a/app/Console/Commands/debugBillplzFailedPayment.php +++ b/app/Console/Commands/debugBillplzFailedPayment.php @@ -66,8 +66,6 @@ class debugBillplzFailedPayment extends Command $this->returnLog('billplz error', $transaction); } } - - echo 'Total: ' . $totalAmount; } public function returnLog($text, $transaction) {