poiuytrez / AndroidInAppBilling

Android App Billing plugin for Cordova
174 stars 144 forks source link

Pass more useful information to callback when finishing purchase #46

Closed sebastien-roch closed 10 years ago

sebastien-roch commented 10 years ago

Hi, I noticed I get the SKU in the callback function when purchasing a product, but all the purchase information is available. I propose to pass the whole information to the callback, so that there is no need to make an extra request to get the purchase information, what do you think? Thanks for the awesome plugin, Sébastien

poiuytrez commented 10 years ago

Thanks for your contribution! Could you also update the documentation? (Just make a commit and it should be automatically added to the pull request). I will then merge your pull requests.

mohamnag commented 10 years ago

+1

sebastien-roch commented 10 years ago

Here we go, I'm late, sorry

mohamnag commented 10 years ago

is this repo dead? why there is no reaction to the pull request?

sebastien-roch commented 10 years ago

ping @poiuytrez

poiuytrez commented 10 years ago

Thanks for the ping :)

sebastien-roch commented 10 years ago

Thanks for the merge :)

BC17 commented 10 years ago

i was in trouble to get order_id instead of getting the JSON object as the readme.md said. So i have to update my plugin, thanks