Camille Coutens

Results 18 comments of 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 :)

@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 ? ![Image](https://github.com/user-attachments/assets/fb3aff71-0112-4022-8dbd-cd7223635ebc)

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)