wip
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user