From 73026fd6423aef83eeb846e8267c452e8bc52e27 Mon Sep 17 00:00:00 2001 From: Omair Saleh Date: Tue, 24 Jan 2023 04:48:57 +0800 Subject: [PATCH] customer support interface --- database/seeds/DummyDataSeeder.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/database/seeds/DummyDataSeeder.php b/database/seeds/DummyDataSeeder.php index 47196db2..4ac8857c 100644 --- a/database/seeds/DummyDataSeeder.php +++ b/database/seeds/DummyDataSeeder.php @@ -253,6 +253,7 @@ class DummyDataSeeder extends Seeder // 3. Attach Employee // 4. create contact + // // 5. create Address // 6. identification verification @@ -373,7 +374,7 @@ class DummyDataSeeder extends Seeder // TransactionType::TOP_UP : represent a top-up amount to a wallet; // TransactionType::PAYMENT : represent payment out of the wallet; // TransactionType::CREDIT_NOTE : represent a manual top-up to a wallet, and can only be performed by super admin; - // TransactionType::CREDIT_NOTE : represent a deduction from a wallet, and can only be performed by super admin; + // TransactionType::DEBDIT_NOTE : represent a deduction from a wallet, and can only be performed by super admin; // TransactionType::WITHDRAW : represent a customer withdrawing credit out of a wallet to a bank account (refund);