@aigens/aigens-sdk-core 0.1.0 → 0.1.2

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.
@@ -119,7 +119,7 @@ public class WebContainerActivity extends BridgeActivity {
119
119
  if (universalLink != null && (totalUrl.startsWith(universalLink) || universalLink.contains("aigens=true") || universalLink.contains("aigens/true")) && totalUrl.indexOf("aigensRedirect/") >= 0) {
120
120
  redirectUrl = totalUrl.split("aigensRedirect/")[1];
121
121
  }
122
- Log.i("getRedirectUrl", totalUrl);
122
+ // Log.i("getRedirectUrl", totalUrl);
123
123
  if (redirectUrl != null) {
124
124
  redirectUrl = this.decodeURIComponent(redirectUrl);
125
125
  }
@@ -128,7 +128,7 @@ public class WebContainerActivity extends BridgeActivity {
128
128
  }
129
129
  return redirectUrl;
130
130
  } else {
131
- Log.i("getRedirectUrl", "null");
131
+ // Log.i("getRedirectUrl", "null");
132
132
  return null;
133
133
  }
134
134
  } catch (Exception e) {
@@ -190,7 +190,7 @@ public class WebContainerActivity extends BridgeActivity {
190
190
 
191
191
  this.url = intent.getStringExtra("url");
192
192
 
193
- Log.i("getStringExtra url:", url);
193
+ // Log.i("getStringExtra url:", url);
194
194
 
195
195
  // TEST
196
196
  // this.url = "http://192.168.100.66:4200/crm/brand/220000/directory";
@@ -23,8 +23,8 @@ import Capacitor
23
23
  var addPaddingProtocols: [String] = [
24
24
  "https://ap-gateway.mastercard.com",
25
25
  "https://mapi-hk.alipay.com/",
26
- "https://mclient.alipay.com/",
27
- "https://tscenter.alipay.com/",
26
+ // "https://mclient.alipay.com/",
27
+ // "https://tscenter.alipay.com/",
28
28
  "https://test.paydollar.com/",
29
29
  "https://paydollar.com/",
30
30
  "https://www.paydollar.com/",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigens/aigens-sdk-core",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Aigens Order.Place Core Plugin",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",