Skip to main content
Question

PERIOD_UNIT is undefined

  • September 9, 2023
  • 0 replies
  • 118 views

Forum|alt.badge.img+1

Hello,

 

I’m trying to import the enum PERIOD_UNIT from the package in a Ionic App but it’s always undefined. 

 

import Purchases, { PACKAGE_TYPE, PERIOD_UNIT, Period, PurchasesOfferings } from 'cordova-plugin-purchases/www/plugin';

Yet, no problem with PACKAGE_TYPE or some other. 

 

An idea why ? 

 

This post has been closed for comments