rerfactor user wallet ans user points
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export enum PointTransactionType {
|
||||
CREDIT = 'credit',
|
||||
DEBIT = 'debit',
|
||||
}
|
||||
|
||||
|
||||
export enum PointTransactionReason {
|
||||
ORDER_COMPLETED_DEPOSIT = 'order_completed_deposit',
|
||||
CONVERT_SCORE_TO_POINT = 'convert_score_to_point',
|
||||
}
|
||||
@@ -10,5 +10,4 @@ export enum WalletTransactionReason {
|
||||
CONVERT_SCORE_TO_WALLET = 'convert_score_to_wallet',
|
||||
WITHDRAW = 'withdraw',
|
||||
DEPOSIT = 'deposit',
|
||||
ORDER_COMPLETED_DEPOSIT = 'order_completed_deposit',
|
||||
}
|
||||
Reference in New Issue
Block a user