Mark Murray

Results 47 comments of Mark Murray

@xseignard can you confirm which version of `react-native` you're using? You're using an expo app, correct?

I cannot reproduce this on `@shopify/[email protected]` and `[email protected]` Here are the logs from a release build of the sample app: https://github.com/Shopify/checkout-sheet-kit-react-native/blob/46595e76182e84896028a48083e98f59998fd0e5/sample/src/App.tsx#L130-L136 Production logs ```logs 10-16 13:25:08.704 17780 17874 I ReactNativeJS:...

@xseignard is there anything notable in your logs? Are you also subscribing to pixel events? can you see those fire?

Thanks for checking. Can you share any logs around the time that the order completed?

Thanks @xseignard. That's super helpful. Do you have a checkout URL you can share where it happened? Are you using custom pixels at all? cc @kiftio

Hey @xseignard, I've added logging in [3.1.1](https://github.com/Shopify/checkout-sheet-kit-react-native/releases/tag/3.1.1) of the kit. I've also found the receipt from the Checkout URL you shared and injected it into our sample app to simulate...

> Something about proguard I guess? See https://stackoverflow.com/questions/50256959/release-build-issues-in-converting-json-to-list Are you using any specific proguard configuration in your app?

Great to hear that this worked for you @xseignard. Thanks for debugging it with us. I'll update the kit to include some appropriate rules in the modules' proguard config to...

For future 👀 on this issue: If you're still having issues with proguard minification, try explicitly keeping the sheet kit classes by adding the following to the `proguard-rules.pro` file for...

Hey @joshgare 👋 Thanks for the PR. Offsite payments is something we're currently working on. > We implemented this custom version of the SDK and can confirm customers can now...