GNOME Bugzilla – Bug 762287
Add support for paid applications
Last modified: 2017-06-14 03:44:34 UTC
In Ubuntu we have paid applications and GNOME Software currently doesn't have the concept. This would require adding UI for paying and plugin support for the concept. The norm for the actual payment UI is to use a WebView containing the actual payment interaction (credit cards etc). Ideally we would support a number of payment models: - Fixed price (e.g. $5) - Pay what you like ($0+) - Make donation (i.e. pay what you like after downloaded) - Sufficient flexibility for different payment methods (I think the WebView can probably cover this) This support would enable donations (bug 708269).
Sure, I'm not opposed to having this in GS. It'd need to be pluggable, but I can't see any problem with it in concept.
Created attachment 352568 [details] [review] Support purchasable apps.
Created attachment 352596 [details] [review] Support purchasable apps. Updated patch after email review by Richard. Taken from wip/rancell/paid
Created attachment 352597 [details] [review] Support purchasable apps. Removed some unnecessary code added to the dummy plugin
Created attachment 352598 [details] [review] Support purchasable apps.