wip
This commit is contained in:
@@ -10,6 +10,7 @@ use App\Nova\Actions\MakeSberPaymentAction;
|
||||
use App\Nova\Filters\VisaMasterMonthlyPaidFilter;
|
||||
use App\Nova\Resource;
|
||||
use App\Nova\User;
|
||||
use Illuminate\Support\Facades\Validator;
|
||||
use App\Repos\Order\Card\CardOrderRepo;
|
||||
use App\Repos\Order\OrderRepo;
|
||||
use App\Repos\System\Nova\NovaRepo;
|
||||
@@ -274,11 +275,7 @@ class NovaSberPaymentOrder extends Resource
|
||||
Text::make(
|
||||
name: __('Goýum hasaby'),
|
||||
attribute: 'deposit_account'
|
||||
)->fillUsing(function ($request, $model, $attribute) {
|
||||
$raw = number_format($request->$attribute, 0, '', '');
|
||||
|
||||
$model->$attribute = "{'deposit_account': '".$raw."'}";
|
||||
}),
|
||||
),
|
||||
])->minRows(1)->rules('required'),
|
||||
|
||||
SimpleRepeatable::make(__('Payee information'), 'payment_reciever', [
|
||||
|
||||
Reference in New Issue
Block a user