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

adding configuration parameters for custom payment admin page?

Started by asimmons, February 27, 2008, 07:00:55 pm

Previous topic - Next topic

asimmons

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?

heidi

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

asimmons


heidi

shucks  ::)

Good luck with your project...   please send us a link to your site when it's ready!

Heidi