You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In player_redeemed_coupon, the items granted are contained in a property GrantedInventoryItems of type CouponGrantedInventoryItem. This in turn contains a property which I suppose should contain the list of items granted, but it's also of type CouponGrantedInventoryItem. I would expect a list of item instances, or a single instance since coupons do not support multiple grants.
Could you please double check and update the docs?
Thanks!
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
ID: c1bd821b-d7e1-13a8-0a2f-d4a36d3e36e2
Version Independent ID: a03bad18-7a68-a678-c2ce-aae9dfa832c3
After inspecting the event envelope, GrantedInventoryItems should be a list of CouponGrantedInventoryItem. Each CouponGrantedInventoryItem should have InstanceId, ItemId and CatalogVersion
Hi,
In player_redeemed_coupon, the items granted are contained in a property GrantedInventoryItems of type CouponGrantedInventoryItem. This in turn contains a property which I suppose should contain the list of items granted, but it's also of type CouponGrantedInventoryItem. I would expect a list of item instances, or a single instance since coupons do not support multiple grants.
Could you please double check and update the docs?
Thanks!
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: