Michard Hugo
Michard Hugo
Eval is a python built-in function. As detailed [here](https://www.programiz.com/python-programming/methods/built-in/eval), the eval() method parses the expression passed to this method and runs python expression within the program. Basically, eval will run...
same issue here as well "nuxt": "^3.6.5", "nuxt-stripe-module": "^3.2.0"
After digging into it, it seems the current package `nuxt-stripe-module` does not support nuxt3. This is related to https://github.com/WilliamDASILVA/nuxt-stripe-module/issues/45. As florenzo mentioned here https://github.com/WilliamDASILVA/nuxt-stripe-module/issues/45#issuecomment-1610402690, another package supporting nuxt3 was released...