So basically i made a Gamepass which will be used for a Limited time Bundle Sale for my game around 3 days ago. Since then whenever i go to buy the gamepass (in order to test if its working or not), i always get prompted to another gamepass:
I would recommend providing the code that is being problematic (in this case, the code that prompts the purchase) in your post, to better enable someone to assist. Regardless, I’ve still identified your issue from testing with the ID shown in the image:
When you are trying to prompt the player to purchase the gamepass, you are (likely) calling PromptProductPurchase (which is used to prompt a developer product purchase) when you should be calling PromptGamePassPurchase (which is used to prompt a Gamepass purchase). From testing, switching to PromptGamePassPurchase gets the correct purchase to appear.
Whichever one is prompting the purchase, although don’t believe I need the code anymore as I believe I already identified the issue (which is outlined in the second half of my initial reply).