diff --git a/src/@ionic-native/plugins/in-app-purchase-2/index.ts b/src/@ionic-native/plugins/in-app-purchase-2/index.ts index fbc757cf25..3b0bf12ed8 100644 --- a/src/@ionic-native/plugins/in-app-purchase-2/index.ts +++ b/src/@ionic-native/plugins/in-app-purchase-2/index.ts @@ -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 {} }