update
This commit is contained in:
@@ -274,7 +274,9 @@ class NovaSberPaymentOrder extends Resource
|
|||||||
Text::make(
|
Text::make(
|
||||||
name: __('Goýum hasaby'),
|
name: __('Goýum hasaby'),
|
||||||
attribute: 'deposit_account'
|
attribute: 'deposit_account'
|
||||||
),
|
)->fillUsing(function ($request, $model, $attribute) {
|
||||||
|
$model->$attribute = "{'deposit_account': '".$request->$attribute."'}";
|
||||||
|
}),
|
||||||
])->minRows(1)->rules('required'),
|
])->minRows(1)->rules('required'),
|
||||||
|
|
||||||
SimpleRepeatable::make(__('Payee information'), 'payment_reciever', [
|
SimpleRepeatable::make(__('Payee information'), 'payment_reciever', [
|
||||||
|
|||||||
Reference in New Issue
Block a user