We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ad4d1 commit c6b65e9Copy full SHA for c6b65e9
src/@ionic-native/plugins/purchases/index.ts
@@ -430,7 +430,7 @@ export class Purchases extends IonicNativePlugin {
430
* whether the user has just been created for the first time in the RevenueCat backend.
431
*/
432
@Cordova()
433
- static logIn(appUserID: string): Promise<LogInResult> {
+ logIn(appUserID: string): Promise<LogInResult> {
434
return;
435
}
436
@@ -440,7 +440,7 @@ export class Purchases extends IonicNativePlugin {
440
* @return {Promise<PurchaserInfo>} new purchaser info after resetting.
441
442
443
- static logOut(): Promise<PurchaserInfo> {
+ logOut(): Promise<PurchaserInfo> {
444
445
446
0 commit comments