I need to hardcode to show my secondary offer page like in the example below, but i want to do experiment with this offering too, there is a way to do it ?
const offerings = await Purchases.getOfferings();
setSecondaryOffersList(
offerings.all[secondaryOffers].availablePackages,
);