Closed graboskyc closed 6 years ago
I agree...
Thanks @graboskyc !! 👍
@TomerAdmon hi, the latter is not just a matter of style. the variable is referenced in the function using lowercase "sandbox" but the argument variable is "Sandbox" with upper case, meaning the function will try global scope and fail. So either need to update the signatures or the code in the functions.
https://qualisystems.github.io/devguide/orchestration/8.2.0/script-commands-customization.html
Original:
Has bugs in that "Sandbox" should not be capitalized as inputs and "Online" is not a valid sandbox live status.
Proposed fixes: