mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-23 22:44:03 +00:00
list pending orders in table format
This commit is contained in:
+1
-1
@@ -254,7 +254,7 @@ Route::get('/pending_orders', function(){
|
||||
foreach ($payments as $payment){
|
||||
$booking = $payment->owner;
|
||||
echo '<tr>';
|
||||
echo '<td>'.$payment->updated_at.'</td>';
|
||||
echo '<td>'.$payment->updated_at->format('d-M-y').'</td>';
|
||||
echo '<td>'.$booking->marking.'</td>';
|
||||
echo '<td>'.\App\Classes\ValueObjects\Constants\PaymentMethodType::PAYMENT_METHODS_ID[$payment->payment_method].'</td>';
|
||||
echo '<td>'.$payment->amount.' '.$payment->currency->short_code.'</td>';
|
||||
|
||||
Reference in New Issue
Block a user