OwlCyberSecurity - MANAGER
Edit File: custom.php
<?php return [ 'map_wallets_payment' => [ // '1' => 'zarinpalWallet', // '2' => 'zarinpalInvoice', '3' => 'paypingWallet', '4' => 'paypingInvoice', '5' => 'asanpardakhtWallet', '6' => 'asanpardakhtInvoice', '7' => 'asanpardakhtSingle' ], 'map_wallets_payment_default' => 5, 'map_invoice_payment_default' => 6, 'map_single_payment_default' => 7, 'map_payPingWallet_payment_default' => 3, // 'map_payPingInvoice_payment_default' => 4, /* |-------------------------------------------------------------------------- | paginate count |-------------------------------------------------------------------------- | | default pagination count! | */ 'paginate_count' => 10, ];