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

CreditCardIf

Started by nickgk, March 21, 2011, 05:26:03 pm

Previous topic - Next topic

nickgk

Hello,

Page 105 of the KonaKart User Guide has a code example that suggests a way to save encrypted credit card details into the database at checkout using kkAppEng.getEng().setCreditCardDetailsOnOrder(kkAppEng.getSessionId(), order.getId(), cc);

This would require that a CreditCard object be instantiated in a Payment Module Action and there does not appear to be any implementation of the CreditCard() object.  Could anyone clarify this? Many Thanks.

Regards,
Nick

trevor


nickgk

Wow, that was easy to fix I just added  "import com.konakart.app.CreditCard;". FYI - What threw me off is that it seems com.konakart.app.CreditCard does not show up anywhere in the Javadocs?

THANK YOU!

trevor

It does show up. Take a look at http://www.konakart.com/documentation/javadoc in the Store Front Server Engine Javadoc.


nickgk

Indeed, it does show up where you say it does.  :)  However, I should have said that it does not show up in the javadocs in my particular download of version 5.2.