E-Payment Integrator 2016 Node.js Edition
E-Payment Integrator 2016 Node.js Edition
Questions / Feedback?

Deployment Instructions

Standard (Royalty-Free) Licensing - Linux/macOS

To activate a full version license visit the URL below:

http://lic.nsoftware.com/lic/?prod=BPJBS

You will be prompted to enter your Product Key, and a RuntimeLicense value will be generated.

In your code, assign the value to the RuntimeLicense property of the component. For instance:

component.setRuntimeLicense("Value From Website");

This provides a license to the component and your application will run without a license prompt on any machine to which it is distributed. Note that each component instance in your code must be assigned a RuntimeLicense value.

./install-license <key>

After activating the full version license obtain the RuntimeLicense from code. For instance:

console.log(component.getRuntimeLicense());

Trial Licensing - Linux/macOS

To activate a trial license navigate to the "node_modules/inpay" directory. You will see two executables, "install-license" (64 bit) and "install-license32" (32 bit). Choose the appropriate one for your environment and activate a trial license by running the executable:

./install-license

The trial license will be downloaded and stored in the ".nsoftware" folder of the user's home directory (i.e. "~/.nsoftware").

The components may then be used on the machine for 30 days.

Standard (Royalty-Free) Licensing - Windows

Running the Windows setup on a machine will install a license. If you need to deploy to another machine follow these steps.

First, install the module on the deployment machine by running:

npm install inpay-16.0.tar.gz

Next, copy the "inpay_keys.js" file from the original product installation directory to the location of the installed module, for instance "node_modules/inpay".

You should see both "inpay.js" and "inpay_keys.js" in this directory. The module is now licensed on the deployment machine.

Trial Licensing - Windows

No special steps are required for the trial versions. Running the trial version setup will install a license on the machine.

License Transfer

If you would like to transfer your license to another system, please complete our license transfer form. This will ensure your installations are not mistaken for license violations.

For additional information about our product activation process, please refer to our product activation FAQ.


 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
E-Payment Integrator 2016 Node.js Edition - Version 16.0 [Build 7240]