I’m using react native to fetch the packages and looking at the logs:
const offerings = await Purchases.getOfferings();
const packages = offerings.all["default"].availablePackages;
console.log("Paywall Currency", packages[0].product.currency_code)
Looking at the logs, the products inside the package has the price in USD. But the phone I am running the code on is set to Australia for the region of the account. I went to Settings > Account name > Media & Purchases > Country Region > Set to Australia
Am I doing something wrong here?