This commit is contained in:
2024-10-14 20:44:55 +05:00
parent 0238267c49
commit 73c0923988

View File

@@ -54,13 +54,13 @@ class OnlinePaymentHistoryResource extends Resource
ID::make()->sortable(), ID::make()->sortable(),
Text::make('amount'), Text::make('amount'),
Text::make('orderNumber'), Text::make('orderNumber', 'orderNumber'),
Text::make('description'), Text::make('description'),
Text::make('orderId'), Text::make('orderId', 'orderId'),
Text::make('formUrl'), Text::make('formUrl', 'formUrl'),
Text::make('successUrl'), Text::make('successUrl', 'successUrl'),
Text::make('paymentStatus'), Text::make('paymentStatus', 'paymentStatus'),
Text::make('callbackStatus'), Text::make('callbackStatus', 'callbackStatus'),
Text::make('username'), Text::make('username'),
Text::make('online_paymantable_id'), Text::make('online_paymantable_id'),
Text::make('online_paymantable_type'), Text::make('online_paymantable_type'),