feat(in-app-purchase-2): add missing property (#2961)

feat(in-app-purchase-2): add missing property
This commit is contained in:
selected-pixel-jameson 2019-04-07 12:09:59 -05:00 committed by Daniel Sogl
parent 6a19509ded
commit 029f82f1fd

View File

@ -225,6 +225,13 @@ export class InAppPurchase2 extends IonicNativePlugin {
@CordovaProperty()
verbosity: number;
/**
* Set to true to clear the transaction queue. Not recommended for production.
* https://github.com/j3k0/cordova-plugin-purchase/blob/master/doc/api.md#random-tips
*/
@CordovaProperty()
autoFinishTransactions: boolean;
/**
* Set to true to invoke the platform purchase sandbox. (Windows only)
*/