fix: deposit_return and fix transction

This commit is contained in:
ilham
2021-12-20 00:18:22 +07:00
parent e7db0073c5
commit 38f24a1480
7 changed files with 360 additions and 67 deletions

View File

@@ -2,12 +2,15 @@ export enum statusTransaction {
PENDING,
SUCCESS,
FAILED,
APPROVED,
REJECTED,
}
export enum typeTransaction {
DISTRIBUTION,
ORDER,
DEPOSIT_IRS,
DEPOSIT_SUPPLIER,
DEPOSIT_RETURN,
}
export enum productType {