<?php
namespace Database\Seeders\Admin;
use App\Models\Admin\TransactionSetting;
use Illuminate\Database\Seeder;
class TransactionSettingSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
$transaction_settings = array(
array('admin_id' => '1','slug' => 'card-method','title' => 'Card Method Charges','fixed_charge' => '2.00','percent_charge' => '1.00','min_limit' => '1','max_limit' => '100000.00','status' => '1','created_at' => NULL,'updated_at' => NULL),
array('admin_id' => '1','slug' => 'transfer-money','title' => 'Transfer Money Charges','fixed_charge' => '2.00','percent_charge' => '1.00','min_limit' => '1','max_limit' => '100000.00','status' => '1','created_at' => NULL,'updated_at' => NULL),
);
TransactionSetting::insert($transaction_settings);
}
}
Contact Section
We’d love to hear from you! Whether you have questions, feedback, or need support, our team is here to help. Reach out to us via email, phone, or visit our office. We’re committed to providing you with exceptional service and ensuring your experience with NFC Pay is seamless and satisfying. Let’s connect!