refactor: add status column to apipayments (#2537)

* refactor: add status column to apipayments

keep track of the payment status with an enum and persist it as string
to db. `pending`, `success`, `failed`.

- database migration
- remove deleting of payments, failed payments stay
This commit is contained in:
dni ⚡
2024-07-24 16:47:26 +03:00
committed by GitHub
parent b14d36a0aa
commit 8f761dfd0f
14 changed files with 301 additions and 258 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long