I am missing some fundamental here, noob question.
The products are displayed both debug and in internal test (when I build to google play store), i can click purchase in internal test, but cannot do that in debug.
I am using flutter. In my `main.dart` I set my configs.
await Purchases.setLogLevel(LogLevel.debug);
late PurchasesConfiguration configuration;
If I’m not allowed to click purchase in debug mode, then where/how do I actually code my app then and see purchase flow?