customer support interface

This commit is contained in:
Omair Saleh
2023-01-24 04:48:57 +08:00
parent 0860c5931a
commit 73026fd642
+2 -1
View File
@@ -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);