mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
debug payment not showing issue
This commit is contained in:
@@ -973,6 +973,7 @@ Route::get('show-booking-expired', function () {
|
||||
echo '<th>Payment Method</th>';
|
||||
echo '<th>BillPlz Response</th>';
|
||||
echo '<th>Updated At</th>';
|
||||
echo '<th>Created At</th>';
|
||||
echo '</tr>';
|
||||
echo '</thead>';
|
||||
echo '<tbody>';
|
||||
@@ -1008,6 +1009,7 @@ Route::get('show-booking-expired', function () {
|
||||
echo '<td>' . $paymentMethods [$transaction->payment_method] . '</td>';
|
||||
echo '<td>' . $billplz_status . '</td>';
|
||||
echo '<td>' . $transaction->updated_at . '</td>';
|
||||
echo '<td>' . $transaction->created_at . '</td>';
|
||||
echo '</tr>';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user