I copied most of my code for my admin side payment module from the authorize.net version in
KonaKart\custom\modules\src\com\konakartadmin\modules\payment\authorizenet\Authorizenet.java
this works fine but I want to alter some of the old ones and add new ones. If I try and comment out any of the configs[i++] then that payment will not come up. What do I change to let me do this?
You have to ensure you create the correct sized array at the top of getConfigs()
configs = new KKConfiguration[8];
Have you got 8 variables?
Is this the problem?
You could always add some debug lines to figure it out easily enough.
Heidi
oooohh man ::)
you guys are great thanks.
shucks ::)
Good luck with your project... please send us a link to your site when it's ready!
Heidi
I will 8)