mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
feat(in-app-purchase-2): add missing property (#2961)
feat(in-app-purchase-2): add missing property
This commit is contained in:
parent
6a19509ded
commit
029f82f1fd
@ -225,6 +225,13 @@ export class InAppPurchase2 extends IonicNativePlugin {
|
|||||||
@CordovaProperty()
|
@CordovaProperty()
|
||||||
verbosity: number;
|
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)
|
* Set to true to invoke the platform purchase sandbox. (Windows only)
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user