Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.6.0-b1
-
Component/s: None
-
Labels:None
Description
Currently we deactivate cWatch licenses in three cases:
- When there is an error during service creation
- When there is an error while adding licenses to a service
- When a service is canceled
In each of these places, our integration should remove any domains associated with the licenses before deactivating them. Our integration already has a method CwatchApi::removeSite() for just this purpose. If possible abstract the action for these three cases to keep things DRY.
I don't see a PR for this on github