diff --git a/src/@ionic-native/plugins/purchases/index.ts b/src/@ionic-native/plugins/purchases/index.ts index 07dfc528..e53d1bbc 100644 --- a/src/@ionic-native/plugins/purchases/index.ts +++ b/src/@ionic-native/plugins/purchases/index.ts @@ -430,7 +430,7 @@ export class Purchases extends IonicNativePlugin { * whether the user has just been created for the first time in the RevenueCat backend. */ @Cordova() - static logIn(appUserID: string): Promise { + logIn(appUserID: string): Promise { return; } @@ -440,7 +440,7 @@ export class Purchases extends IonicNativePlugin { * @return {Promise} new purchaser info after resetting. */ @Cordova() - static logOut(): Promise { + logOut(): Promise { return; }