I was wondering how to use test mode in my action code for a custom payment. On the Admin side there's a radio button for test mode how can I get the value to this so that I can differentiate between test mode data and live data?
Hi,
To get the value of any configuration variable you simply need to call:
kkAppEng.getConfig(the-name-of-the-variable);
Heidi
thanks for the quick response, thats what I was looking for.