Plugin Development in Sandbox

Hi All,

I want to create Plugins using sandbox environments offered by the provider. The issue I’m having is that the Sandbox URL is different from the Live URL. If I change the Sandbox URL the calls made will not be stored and my Plugin is useless as the call is not recognized anymore.

Anyone an idea to solve this?

Make the entire url dynamic so instead of using https://some.com/sandbox add a [ur] in the url section and give it the value you want

How would I implement that?

Would my value be [URL] and then apply the value as https://some.com/sandbox. If that works, it would be genius.