insert-affiliate-react-native-sdk 1.2.3 → 1.2.4
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.
|
@@ -176,6 +176,7 @@ const DeepLinkIapProvider = ({ children, }) => {
|
|
|
176
176
|
try {
|
|
177
177
|
console.log("[Insert Affiliate] Setting affiliate identifier.");
|
|
178
178
|
generateThenSetUserID();
|
|
179
|
+
console.log("[Insert Affiliate] Completed generateThenSetUserID within setInsertAffiliateIdentifier.");
|
|
179
180
|
if (!referringLink) {
|
|
180
181
|
console.warn("[Insert Affiliate] Referring link is invalid.");
|
|
181
182
|
storeInsertAffiliateIdentifier({ link: referringLink });
|
package/package.json
CHANGED
|
@@ -214,6 +214,8 @@ const DeepLinkIapProvider: React.FC<T_DEEPLINK_IAP_PROVIDER> = ({
|
|
|
214
214
|
console.log("[Insert Affiliate] Setting affiliate identifier.");
|
|
215
215
|
generateThenSetUserID();
|
|
216
216
|
|
|
217
|
+
console.log("[Insert Affiliate] Completed generateThenSetUserID within setInsertAffiliateIdentifier.");
|
|
218
|
+
|
|
217
219
|
if (!referringLink) {
|
|
218
220
|
console.warn("[Insert Affiliate] Referring link is invalid.");
|
|
219
221
|
storeInsertAffiliateIdentifier({ link: referringLink });
|