I am setting up a one-time purchase with Revenuecat
I have set up subscriptions before, but never a one-time purchase like the “coins” I am attempting to sell now.
I am logging “currentOffering?.availablePackages and see the correct product I want to sell. When I run:
const { customerInfo } = await Purchases.purchasePackage(currentOffering?.availablePackages?.coins);
I get this error:
Please let me know if you can see what I am doing wrong. Please see the attached screenshot to see what is logging out for my currentOfferings