Template:CreditLine Programming Rules

From Payment Processing Software Library
Revision as of 16:17, 21 April 2006 by Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

1. Each instance needs to initialize the DLL (call clcInit) themselves and get a unique handle to themselves. This handle can not be shared.

2. Each instance can only make one request at a time, but one process can have multiple instances to make multiple requests.

3. Each instance needs to have a unique client name. For example, instance 1 gets TERM001, and instance 2 gets TERM002.