1.0.2 • Published 2 years ago

syw-lib-2 v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

PYW

Integration widget from SHOP YOUR WAY.

Installation

pip install foobar --save

Usage

import { pyw } from '@pyw-widget';

# param 'refId'
const refId = '...';

# param 'merchantId'
const merchantId = '...';

# param 'returnURL'
const returnURL = '...';

const pyw = new PywWidget();
pyw.init(refId, merchantId, returnURL);

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT