After I Consume my Google Play Item(Bundle) Then Redeem the Google Play Item(Bundle) in Playfab,
It Returns Successful and Google Play Item(Bundle) Purchase Details.
But i Do not See the Item in my Playfab Inventory.
Below is the Request To Playab
LogPlayFab: Request: {
"CollectionId": null,
"Entity":
{
"Id": "Some_ID",
"Type": "title_player_account"
},
"Purchases": [
{
"ProductId": "gemstest",
"Token": "Some_Google_Play_Purchase_Token"
}
]
}
And This is Response From Playab
LogPlayFab: Response : {
"code":200,
"status":"OK",
"data":{
"Succeeded":[
{
"SuccessTimestamp":
"2024-10-03T10:54:06.243Z",
"MarketplaceTransactionId":"Order_ID-Numbers",
"OfferId":"gemstest",
"MarketplaceAlternateId":"gemstest"
}
],
"Failed":[]
}
}
As Per the Playfab Documents,
The Item Should Already be In My Inventory,
But as you can See in the Above Attached Image,
There is no Item(Gems-Currency) in my Inventory