KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: giacomokk on January 18, 2017, 09:56:28 am

Title: Generating secretkey in the payment module
Post by: giacomokk on January 18, 2017, 09:56:28 am
Hi, how can i generate a secret key in the payment module method "getPaymentDetails"?

Thanks.
Giacomo
Title: Re: Generating secretkey in the payment module
Post by: julie on January 19, 2017, 05:30:43 pm
I'm not sure what you need the secret key for.

You may want to use the SSOToken object which allows you to save data in the database and to reference it later using a unique UUID,
Title: Re: Generating secretkey in the payment module
Post by: giacomokk on January 27, 2017, 10:45:29 am
Hi Julie, with the secretkey i can get the relative order in my paypal ipn custom system. I've solved the problem using the OrderMgr object with the "getSecretkeyForOrderId" method called in the kk payment module.

Thanks.
Giacomo