cc.fovea.cordova.purchase
Advanced tools
Comparing version 7.0.2 to 7.1.0
{ | ||
"name": "cc.fovea.cordova.purchase", | ||
"version": "7.0.2", | ||
"version": "7.1.0", | ||
"description": "Cordova Purchase plugin for iOS and Android (AppStore and PlayStore)", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -71,3 +71,3 @@ # Cordova Purchase Plugin | ||
If you don't know much about In-App Purchases, you'll find a good introduction | ||
on the subject here: [In-App Purchase Guidelines](https://developer.apple.com/in-app-purchase/In-App-Purchase-Guidelines.pdf). | ||
on the subject here: [In-App Purchase Guidelines](https://developer.apple.com/in-app-purchase/). | ||
It's from Apple, but the exact same concepts apply to Android. | ||
@@ -98,3 +98,3 @@ | ||
- [Getting Started with In-App Purchase on iOS](https://developer.apple.com/in-app-purchase/In-App-Purchase-Guidelines.pdf) | ||
- [Getting Started with In-App Purchase on iOS](https://developer.apple.com/in-app-purchase/) | ||
- Read about the business models supported by In-App Purchase and the types of items you can sell in your app. | ||
@@ -101,0 +101,0 @@ - [In-App Purchase Configuration Guide for iTunes Connect](https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnectInAppPurchase_Guide/Chapters/Introduction.html) |
@@ -163,3 +163,3 @@ /*global storekit */ | ||
debug: store.verbosity >= store.DEBUG ? true : false, | ||
noAutoFinish: !store.autoFinishTransactions, | ||
autoFinish: store.autoFinishTransactions, | ||
error: storekitError, | ||
@@ -166,0 +166,0 @@ purchase: storekitPurchased, |
@@ -95,4 +95,4 @@ /** | ||
if (options.noAutoFinish) { | ||
exec('noAutoFinish', [], noop, noop); | ||
if (options.autoFinish) { | ||
exec('autoFinish', [], noop, noop); | ||
} | ||
@@ -309,3 +309,3 @@ | ||
* | ||
* You have to call this method manually when using the noAutoFinish option. | ||
* You have to call this method manually except when using the autoFinish option. | ||
*/ | ||
@@ -312,0 +312,0 @@ InAppPurchase.prototype.finish = function (transactionId) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
797547