feat(in-app-purchase-2): added manageBilling method (#3690)
This commit is contained in:
parent
5a42e8cadf
commit
383a88463a
@ -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 {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user