Details
-
Type: Task
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.4.0
-
Fix Version/s: 3.5.0-b2
-
Component/s: None
-
Labels:None
Description
When attempting to provision a service using GoGetSSL in sandbox mode, its possible to receive an error regardin an "Unknown API method" because "The requested method was not found". However, performing the same action with the production API works as expected.
There may be some incompatibility issue or unsupported behavior with the sandbox that only the production API allows. We may want to consider disabling the sandbox API, or finding an alternate method to accomplish the same behavior (if available).
The issue is that the "activateSSLOrder" API command is no longer supported. This task should remove its use. However, the module would not know when an order was successfully processed, as GoGetSSL expects us to query them periodically for that answer.
Since we do not perform any periodic checks, we can only assume that the order is successful.