On Jul 14, 2014, at 10:51 AM, Dietmar Wiggerich <[email protected]> wrote:
> Hello, > > i am developing a new app for firefox os and i want to use your > receiptverifier.js file to prove for paiments. > > My question is how can i test the functionality of the paiment before > publishing? Hi Dietmar. This is the page for generating a test receipt: https://marketplace.firefox.com/developers/test/receipts/ If you run that in a browser on FIrefox OS then your app will be installed with the test receipt. There are some additional details here: https://developer.mozilla.org/en-US/Marketplace/Monetization/Validating_a_receipt > > The documentation mention a test receipt. How can i get one and what else > have i to change for a test on my own, for example in the manifest the > 'installed_allowed_from' entry. You won’t need to adjust installed_allowed_from just for test receipts. As with real receipts, make sure installs_allowed_from *only* includes "https://marketplace.firefox.com”. -Kumar > > Thanks in advance! > kind regards, > Dietmar Wiggerich > > > > > > _______________________________________________ > dev-webapps mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-webapps _______________________________________________ dev-webapps mailing list [email protected] https://lists.mozilla.org/listinfo/dev-webapps
