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(),
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'),