bavix / laravel-wallet

It's easy to work with a virtual wallet
https://bavix.github.io/laravel-wallet/
MIT License
1.14k stars 230 forks source link

[11.2] Improvements to confirm #987

Closed rez1dent3 closed 2 months ago

rez1dent3 commented 2 months ago

Within the transaction, make an additional query to the database to check the transaction confirmation.

github-actions[bot] commented 2 months ago

Qodana for PHP

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked ☁️ View the detailed Qodana report

Detected 3 dependencies # Third-party software list This page lists the third-party software dependencies used in project | Dependency | Version | Licenses | |----------------------------------------------------------------------|---------|-------------------------------------------------------| | [brick/math](https://github.com/brick/math/tree/0.12.1) | 0.12.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [ramsey/collection](https://github.com/ramsey/collection/tree/2.0.0) | 2.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [ramsey/uuid](https://github.com/ramsey/uuid/tree/4.7.6) | 4.7.6 | [MIT](http://opensource.org/licenses/mit-license.php) |
Contact Qodana team Contact us at [qodana-support@jetbrains.com](mailto:qodana-support@jetbrains.com) - Or via our issue tracker: https://jb.gg/qodana-issue - Or share your feedback: https://jb.gg/qodana-discussions
codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (7806d59) to head (7a4dc4b). Report is 10 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #987 +/- ## ============================================= + Coverage 99.86% 100.00% +0.13% - Complexity 589 590 +1 ============================================= Files 88 88 Lines 2178 2182 +4 ============================================= + Hits 2175 2182 +7 + Misses 3 0 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.