@smart_agwu/ils-js
v1.0.1
Published
Interswitch Lending Service Widget
Downloads
2
Readme
How to Install ISW Widget
- Run
npm install ils-js
- Import ils-js package in javascript
import ISWidget from "ils-js
- Start the widget by running
ISWidget().buildWithOptions(options)
Options is an optional parameter containing { token: string, email: string, customerId: string, firstName: string, lastName: string, countryCode: sring, onClose: () => void onFailed: (error:string): void onSuccessful: (loanId:string): void
}