I think this may have been answered already but I couldn't find it. How do I config it to universally use one or the other URL's . for sandbox testing or live? The URL seems to be hard coded in the compiled DLL. Is there an overide to change the URL? Currently I have to change it in multiple methods. Being able to set the URL in the appsetting section of the web.config file seems like it would be convienent. How do other do handle this/?
Thx
08-09-2014 02:10 PM
If you are using the sdks dll, when you create the gateways one bool param change the url from test to production.
08-09-2014 06:00 PM