+dev-webapps to reach more developers : On Sep 10, 2013, at 6:48 PM, Andy McKay <[email protected]> wrote:
> The marketplace has a library called mozmarket.js. When we created it there > were lots of ideas for it, but over time they haven't come true. All it > really contains now is an outdated version of the receipt checker library [1] > and some utilities and that's not really that useful to app developers. The > documentation for mozmarket.js has pretty much been edited away on line. > > But we've got a few apps out there that are using it (by looking at referrer > logs). So we'll go through a reasonable deprecation period then at the end of > Dec 2013 remove mozmarket.js [2]. > > For the moment we'll put a console.log in mozmarket.js letting people know it > is being deprecated. We'll also try and contact app developers that we've > found using it and let them know. If you are one of those developers you > should be able to remove that without any ill effects, if you have questions > on that please let us know. > > Thanks > > [1] https://github.com/mozilla/receiptverifier > [2] > https://bugzilla.mozilla.org/show_bug.cgi?id=910779_______________________________________________ > dev-marketplace mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-marketplace If you were using mozmarket for receipt verification then you can clone receiptverifier.js from the repo -- https://github.com/mozilla/receiptverifier -- and include it directly in your app. It supports the same interface. -Kumar _______________________________________________ dev-webapps mailing list [email protected] https://lists.mozilla.org/listinfo/dev-webapps
