Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hotfix stripe transaction bug (#132)
* Fixed bug where typeorm would error on trying to save the deposit status in the transaction. * lint-fix * The bug was that when in a transaction if you save an object only the response from .then on the save function will have an idea. So you have to use that instead of assuming that every saved object "gets" an id.
- Loading branch information