Allow server to pass a player to GetProductInfo so it can show dynamic pricing

Currently, you have to trust what the client says for what the price of an item is while the server only responds with the base price. Due to how some systems work in our game which allow people to buy and gift gamepasses with an in-game currency, we can’t support dynamic pricing because the server needs to validate the price to properly deduct the right amount.

1 Like