KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: ryanlynch on September 18, 2008, 01:00:31 am

Title: AUTH_ONLY in Authorizenet.java
Post by: ryanlynch on September 18, 2008, 01:00:31 am
Hi there -

If I change the authorize.net payment module to only authorize:

parmList.add(new NameValue("x_type", "AUTH_ONLY"));

Will Digital Downloads still appear in the customer's library after they make a purchase.

Thanks in advance!
Title: Re: AUTH_ONLY in Authorizenet.java
Post by: ryan on September 18, 2008, 06:16:24 am
It's really up to you how you manage the state of the order. You could invent an Authorized state which you place the order in. Take a look at com.konakart.actions.gateways.AuthorizenetAction.java.

To decide whether to display DigitalDownloads, take a look at com.konakart.bl.OrderIntegrationMgr.java.