• Welcome to KonaKart Community Forum. Please login or sign up.
 

How to use test mode?

Started by asimmons, February 27, 2008, 04:03:00 pm

Previous topic - Next topic

asimmons

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?

heidi

Hi,

To get the value of any configuration variable you simply need to call:

kkAppEng.getConfig(the-name-of-the-variable);

Heidi

asimmons

thanks for the quick response, thats what I was looking for.