That fixed it. I missed that typo as well.
One other thing, since I have already purchased the item, if I request it again it shows:
Unable to buy item (response: 7:Item Already Owned)
PurchaseCompleted = false
I know PurchaseCompleted = false is from the manager_PurchaseCompleted event, but what about the other line.
Where does that come from? Is there an event which this goes too ?
I know I need to run Manager.ConsumeProduct after the purchase has been made if I want to re-use it again, but is there a way to capture that response 7 items already owned, in an event ?