You can now add a "Purchases" special menu item to your menu.
You can define products (or donations) that people can buy in-game.
On Windows/Mac/Linux, this is based on Paypal, and works by the honor system (so it is really only useful for donations)
On OUYA, this does actual in-app purchases through the OUYA Discover store. I am going to be adding similar support for android games to do purchases through the Google Play store, but for now only the OUYA version of this is implemented.
To define products, go to "Edit General Game Data" -> then to "Platform Specific Options" and then to the very bottom of the menu where you will find "In-App Purchases (experimental)"
In this menu you can enable the "paypal" store
Then you add a new product
Then you set the details for that product
For the Paypal store, the important piece of information is the "Button ID". To create one, you log into your paypal account, then go to the tab labelled "Merchant Services"
And then you will see a place to click to create new buttons or edit ones you have created before.
After you have finished creating your button, the only information you need is the button ID, which is a bunch of numbers and uppercase letters. it will look something like this: VF2VSR48CTFN8
In a way, this whole paypal purchase/donation system is kind of like a more elaborite version of writing a text box that says "If you like this game please donate to myemail@whatever.com using paypal" except that it will be really easy for the player to use it if they want to.
Also, if any of the few people who packaged their games for OUYA wants to know how to set this up for the OUYA store, just let me know, and I will explain in detail



