Closed beanpython1 closed 1 month ago
as the error suggests, you cannot gift the bundle, therefore you cannot get the price for gifting, dont see any issue here, only you making false assumptions
Sorry if my message came off wrong. I wasn't trying to make assumptions, I was just asking if there was another way to check the cost of something, not exclusively to gifting (even though I didn’t make that clear). For example, how can I see the price of a bundle after I've bought some items? Also, you can still gift bundles using 'giftcatalogentry', which might be useful to you. I apologise if I sounded negative.
Also, when asking a question do we not do it here? On opening an issue, it asks if it is a question or problem so I thought it would be fine to ask here.
hi,
you need to calculate the price yourself.
you can ask questions in the issues here, or create a discussion in the repo, doesnt really matter.
but:
but in the end both will you get you your anwser
Thank you for your reply. I’ll direct any further questions to the discussions section. :)
Issue Checklist
What is your question?
Is there another way to get the gift price than using check_eligibility? In the recent update, you cannot gift if someone owns items, so when checking the price it returns { "errorCode" : "errors.com.epicgames.modules.gamesubcatalog.receiver_owns_item_from_bundle", "errorMessage" : "User already owns items from this bundle.", "messageVars" : [ ], "numericErrorCode" : 28051, "originatingService" : "fortnite", "intent" : "prod-live" }. Just wondering if theres another way which displays the real price of a bundle. :)