diff --git a/src/constants/payback.js b/src/constants/payback.js new file mode 100644 index 0000000..a72024e --- /dev/null +++ b/src/constants/payback.js @@ -0,0 +1,7 @@ +export const PAYBACK_STATUS = { + 0: 'Pending', + 1: 'Success', + 2: 'Failed', + 3: 'Approved', + 4: 'Rejected', +} \ No newline at end of file