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