diff --git a/app/Nova/Resources/Payment/OnlinePaymentHistoryResource.php b/app/Nova/Resources/Payment/OnlinePaymentHistoryResource.php index 847559d..4bb2440 100644 --- a/app/Nova/Resources/Payment/OnlinePaymentHistoryResource.php +++ b/app/Nova/Resources/Payment/OnlinePaymentHistoryResource.php @@ -54,13 +54,13 @@ class OnlinePaymentHistoryResource extends Resource ID::make()->sortable(), Text::make('amount'), - Text::make('orderNumber'), + Text::make('orderNumber', 'orderNumber'), Text::make('description'), - Text::make('orderId'), - Text::make('formUrl'), - Text::make('successUrl'), - Text::make('paymentStatus'), - Text::make('callbackStatus'), + Text::make('orderId', 'orderId'), + Text::make('formUrl', 'formUrl'), + Text::make('successUrl', 'successUrl'), + Text::make('paymentStatus', 'paymentStatus'), + Text::make('callbackStatus', 'callbackStatus'), Text::make('username'), Text::make('online_paymantable_id'), Text::make('online_paymantable_type'),