Skip to content

Commit

Permalink
feat(in-app-purchase-2): add manageSubscriptions() (#2980)
Browse files Browse the repository at this point in the history
* feat(in-app-purchase-2): add manageSubscriptions()

* feat(in-app-purchase-2): add manageSubscriptions()
  • Loading branch information
lonwi authored and danielsogl committed Apr 7, 2019
1 parent 00e3487 commit f874185
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/@ionic-native/plugins/in-app-purchase-2/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -440,4 +440,7 @@ export class InAppPurchase2 extends IonicNativePlugin {
refresh(): void {
}

@Cordova({ sync: true })
manageSubscriptions(): void {}

}

0 comments on commit f874185

Please sign in to comment.