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

Generating secretkey in the payment module

Started by giacomokk, January 18, 2017, 09:56:28 am

Previous topic - Next topic

giacomokk

Hi, how can i generate a secret key in the payment module method "getPaymentDetails"?

Thanks.
Giacomo

julie

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,

giacomokk

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