Skip to content

Commit

Permalink
feat(in-app-purchase-2): added manageBilling method (#3690)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbagaresgaray committed Jun 29, 2021
1 parent 5a42e8c commit 383a884
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/@ionic-native/plugins/in-app-purchase-2/index.ts
Expand Up @@ -903,4 +903,8 @@ export class InAppPurchase2 extends IonicNativePlugin {
/** Opens the Code Redemption Sheet on iOS. (AppStore). */
@Cordova({ sync: true })
redeem(): void {}

/** Opens the Manage Billing page (AppStore, Play, Microsoft, ...), where the user can update his/her payment methods. */
@Cordova({ sync: true })
manageBilling(): void {}
}

0 comments on commit 383a884

Please sign in to comment.