Camille Coutens
Camille Coutens
Hello @thommydz , for me i should manage payment only in `approved` function. (keep your `productUpdated` brefore) ``` .approved((transaction) => { transaction.verify() if (transaction.state !== 'approved') return transaction.finish() } ```
> Same, works with ios but not android. Ping @j3k0 🙏🏽] Resolved :)
Same error. @smhemel any idea ?
@katerlouis Do you find fix pour that ? I had the same thing and the only fix i found was to disable auto import and declare my components manually. it...
Hey @mgd216 ! The fix has been done, nope ? 
Hello @IlyaSemenov & @mgd216 ! I took the liberty of clarifying the documentation with regard to your points. Let me know if it's clearer 🙏 PR [https://github.com/nuxt/nuxt/pull/30858](https://github.com/nuxt/nuxt/pull/30858)