how to generate product key

hai,

Already we use the limeLM licensing for generate product key,Now we test the online payment option for meneybookers, after the payment option complete how to automatically generate the product key

You generate the product key using the limelm.pkey.generate function. Of course, we have a fully created Moneybookers (a.k.a. Skrill) example for PHP, C#, and VB.NET.

In the example code, the product key is created in the PaymentSettings.php/.cs/.vb file. Specifically the SendEmail() function.