syw-lib-2
v1.0.2
Published
Integration widget from [SHOP YOUR WAY](https://www.shopyourway.com/).
Downloads
1
Readme
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.