UNPKG

@hachther/mesomb-browser

Version:

JS client for browser to perform mobile payment operation with MeSomb

8 lines (7 loc) 199 B
export class MeSomb { static HOST = 'https://mesomb.hachther.com'; static ALGORITHM = 'HMAC-SHA1'; static APIVERSION = 'v1.1'; static LANGUAGE = 'en'; static VERSION = '1.1.0'; }