Deepak Singh

Results 2 issues of Deepak Singh

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. I was having issues using package...

**Description** Calling ``` IapIosSk2.beginRefundRequest(sku) .then(resp => console.log({resp})) .catch(e => console.log({e})); ``` it fails with `[Error: Can't find product for sku ]` I am using `useIAP` for the purchase process and...