-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check message status before checking the payment (#679)
* Fix: Solve failing test removing it because is not used. * Problem: If a user allocates a VM and later forgets the VM, the payment task fails because cannot get the price for that execution. Solution: Check the message status before checking the price and remove the execution if it is forgotten or on a different status than `processed`. * Fix: Solve code style issues. * Fix: Explain the reason to use a direct API call instead using the connector.
- Loading branch information
Showing
2 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters