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);