codeplay-common 3.2.4 → 3.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -369,7 +369,7 @@ import { showSubscribePopup } from './../js/Ads/IAP-x.x/IAP-check-And-LoadAd.js'
|
|
|
369
369
|
let IAPModule = null;
|
|
370
370
|
const loadIAP = async () => {
|
|
371
371
|
if (!IAPModule) {
|
|
372
|
-
IAPModule = await import('./../js/Ads/IAP-
|
|
372
|
+
IAPModule = await import('./../js/Ads/IAP-x.x/IAP-check-And-LoadAd.js');
|
|
373
373
|
IAPModule.initIAP?.();
|
|
374
374
|
}
|
|
375
375
|
|