-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature/smart connected account tracking #14
Conversation
gfyrag
commented
Jun 7, 2022
- Fix panic on stripe pool.
- Test stripe worker pool.
- Be smart on when fetching conencted account transactions.
- Fix bad account.
- Add index on payment provider.
- Fix concurrent read/write on map.
- Add index on type.
- Add index on payment references.
- Add handling of payout_cancel and adjustment objects.
- Catch panic and display a log.
- Add a dedicated logger for potential otlp errors.
- Skip stripe transactions if source is not defined.
- Fix logging.
- DEBUG.
- Send payments events outside mongo transactions.
- Remove MongoDB monitor.
- Refine stripe balance transaction mapping.
Codecov Report
@@ Coverage Diff @@
## main #14 +/- ##
==========================================
+ Coverage 22.67% 25.40% +2.73%
==========================================
Files 31 32 +1
Lines 1645 1712 +67
==========================================
+ Hits 373 435 +62
- Misses 1253 1258 +5
Partials 19 19
Continue to review full report at Codecov.
|
e6942cd
to
6c87e44
Compare