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

AUTH_ONLY in Authorizenet.java

Started by ryanlynch, September 18, 2008, 01:00:31 am

Previous topic - Next topic

ryanlynch

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!

ryan

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.