This commit is contained in:
2025-09-06 12:40:33 +05:00
parent 7d2ad13ae7
commit 7c623e802f

View File

@@ -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', [