cordova-plugin-netcontroll-integration 1.0.147 → 1.0.149
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.
- package/README.md +2 -2
- package/package.json +1 -1
- package/plugin.xml +7 -3
- package/src/android/Cielo/CieloLioLocal.java +9 -9
- package/src/build.gradle +2 -1
- package/src/libs/cielo/repository/com/cielo/lio/order-manager/2.0.1/order-manager-2.0.1.aar +0 -0
- package/src/libs/cielo/repository/com/cielo/lio/order-manager/2.0.1/order-manager-2.0.1.module +153 -0
- package/src/libs/cielo/repository/com/cielo/lio/order-manager/2.0.1/order-manager-2.0.1.pom +88 -0
package/README.md
CHANGED
package/package.json
CHANGED
package/plugin.xml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version='1.0' encoding='utf-8'?>
|
|
2
|
-
<plugin id="cordova-plugin-netcontroll-integration" version="1.0.
|
|
2
|
+
<plugin id="cordova-plugin-netcontroll-integration" version="1.0.149"
|
|
3
3
|
xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
|
4
4
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
5
5
|
|
|
@@ -89,9 +89,13 @@
|
|
|
89
89
|
<resource-file src="src/libs/cielo/repository/cielo/printer/client/printer-manager/2.4.2/printer-manager-2.4.2.aar" target="libs/cielo/repository/cielo/printer/client/printer-manager/2.4.2/printer-manager-2.4.2.aar" />
|
|
90
90
|
<resource-file src="src/libs/cielo/repository/cielo/printer/client/printer-manager/2.4.2/printer-manager-2.4.2.pom" target="libs/cielo/repository/cielo/printer/client/printer-manager/2.4.2/printer-manager-2.4.2.pom" />
|
|
91
91
|
|
|
92
|
-
<resource-file src="src/libs/cielo/repository/com/cielo/lio/order-manager/1.5.13/order-manager-1.5.13.aar" target="libs/cielo/repository/com/cielo/lio/order-manager/1.5.13/order-manager-1.5.13.aar" />
|
|
92
|
+
<!-- <resource-file src="src/libs/cielo/repository/com/cielo/lio/order-manager/1.5.13/order-manager-1.5.13.aar" target="libs/cielo/repository/com/cielo/lio/order-manager/1.5.13/order-manager-1.5.13.aar" />
|
|
93
93
|
<resource-file src="src/libs/cielo/repository/com/cielo/lio/order-manager/1.5.13/order-manager-1.5.13.module" target="libs/cielo/repository/com/cielo/lio/order-manager/1.5.13/order-manager-1.5.13.module" />
|
|
94
|
-
<resource-file src="src/libs/cielo/repository/com/cielo/lio/order-manager/1.5.13/order-manager-1.5.13.pom" target="libs/cielo/repository/com/cielo/lio/order-manager/1.5.13/order-manager-1.5.13.pom" />
|
|
94
|
+
<resource-file src="src/libs/cielo/repository/com/cielo/lio/order-manager/1.5.13/order-manager-1.5.13.pom" target="libs/cielo/repository/com/cielo/lio/order-manager/1.5.13/order-manager-1.5.13.pom" /> -->
|
|
95
|
+
|
|
96
|
+
<resource-file src="src/libs/cielo/repository/com/cielo/lio/order-manager/2.0.1/order-manager-2.0.1.aar" target="libs/cielo/repository/com/cielo/lio/order-manager/2.0.1/order-manager-2.0.1.aar" />
|
|
97
|
+
<resource-file src="src/libs/cielo/repository/com/cielo/lio/order-manager/2.0.1/order-manager-2.0.1.module" target="libs/cielo/repository/com/cielo/lio/order-manager/2.0.1/order-manager-2.0.1.module" />
|
|
98
|
+
<resource-file src="src/libs/cielo/repository/com/cielo/lio/order-manager/2.0.1/order-manager-2.0.1.pom" target="libs/cielo/repository/com/cielo/lio/order-manager/2.0.1/order-manager-2.0.1.pom" />
|
|
95
99
|
|
|
96
100
|
|
|
97
101
|
|
|
@@ -370,9 +370,9 @@ public class CieloLioLocal {
|
|
|
370
370
|
case "DEBITO_AVISTA":
|
|
371
371
|
paymentCode = PaymentCode.DEBITO_AVISTA;
|
|
372
372
|
break;
|
|
373
|
-
case "DEBITO_PREDATADO":
|
|
374
|
-
paymentCode = PaymentCode.DEBITO_PREDATADO;
|
|
375
|
-
break;
|
|
373
|
+
// case "DEBITO_PREDATADO":
|
|
374
|
+
// paymentCode = PaymentCode.DEBITO_PREDATADO;
|
|
375
|
+
// break;
|
|
376
376
|
case "CREDITO_AVISTA":
|
|
377
377
|
paymentCode = PaymentCode.CREDITO_AVISTA;
|
|
378
378
|
break;
|
|
@@ -403,12 +403,12 @@ public class CieloLioLocal {
|
|
|
403
403
|
case "VOUCHER_REFEICAO":
|
|
404
404
|
paymentCode = PaymentCode.VOUCHER_REFEICAO;
|
|
405
405
|
break;
|
|
406
|
-
case "VISAVALE_REFEICAO":
|
|
407
|
-
paymentCode = PaymentCode.VISAVALE_REFEICAO;
|
|
408
|
-
break;
|
|
409
|
-
case "VISAVALE_ALIMENTACAO":
|
|
410
|
-
paymentCode = PaymentCode.VISAVALE_ALIMENTACAO;
|
|
411
|
-
break;
|
|
406
|
+
// case "VISAVALE_REFEICAO":
|
|
407
|
+
// paymentCode = PaymentCode.VISAVALE_REFEICAO;
|
|
408
|
+
// break;
|
|
409
|
+
// case "VISAVALE_ALIMENTACAO":
|
|
410
|
+
// paymentCode = PaymentCode.VISAVALE_ALIMENTACAO;
|
|
411
|
+
// break;
|
|
412
412
|
default:
|
|
413
413
|
break;
|
|
414
414
|
}
|
package/src/build.gradle
CHANGED
|
@@ -25,7 +25,8 @@ dependencies {
|
|
|
25
25
|
|
|
26
26
|
//SMART POS
|
|
27
27
|
//______________________________ Cielo ______________________________
|
|
28
|
-
implementation 'com.cielo.lio:order-manager:1.5.13'
|
|
28
|
+
// implementation 'com.cielo.lio:order-manager:1.5.13'
|
|
29
|
+
implementation 'com.cielo.lio:order-manager:2.0.1'
|
|
29
30
|
// implementation 'order-manager-1.5.13.aar:1.5.13
|
|
30
31
|
|
|
31
32
|
// implementation(name: 'cielo/order-manager-1.5.13', ext: 'aar')
|
|
Binary file
|
package/src/libs/cielo/repository/com/cielo/lio/order-manager/2.0.1/order-manager-2.0.1.module
ADDED
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
{
|
|
2
|
+
"formatVersion": "1.1",
|
|
3
|
+
"component": {
|
|
4
|
+
"group": "com.cielo.lio",
|
|
5
|
+
"module": "order-manager",
|
|
6
|
+
"version": "2.0.1",
|
|
7
|
+
"attributes": {
|
|
8
|
+
"org.gradle.status": "release"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"createdBy": {
|
|
12
|
+
"gradle": {
|
|
13
|
+
"version": "6.5",
|
|
14
|
+
"buildId": "zxlnu242gvd5rik3afjssx6uci"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"variants": [
|
|
18
|
+
{
|
|
19
|
+
"name": "releaseApiPublication",
|
|
20
|
+
"attributes": {
|
|
21
|
+
"org.gradle.category": "library",
|
|
22
|
+
"org.gradle.dependency.bundling": "external",
|
|
23
|
+
"org.gradle.libraryelements": "aar",
|
|
24
|
+
"org.gradle.usage": "java-api"
|
|
25
|
+
},
|
|
26
|
+
"dependencies": [
|
|
27
|
+
{
|
|
28
|
+
"group": "org.jetbrains.kotlin",
|
|
29
|
+
"module": "kotlin-stdlib",
|
|
30
|
+
"version": {
|
|
31
|
+
"requires": "1.4.30"
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"files": [
|
|
36
|
+
{
|
|
37
|
+
"name": "order-manager-2.0.1.aar",
|
|
38
|
+
"url": "order-manager-2.0.1.aar",
|
|
39
|
+
"size": 219987,
|
|
40
|
+
"sha512": "dd9bd3e52470343ffb2f4d0b64211f335a7865a9ddacbb1d8e24b3cd4618c7719510f213c97aea4fb7bf021cbf31a5128f32d12bd15bc204ee906a9ba776e53d",
|
|
41
|
+
"sha256": "f97479ab76aaf5e5c62dbaa8859b25f7a166a6b7e924854dd7b417dafba4ce5e",
|
|
42
|
+
"sha1": "6e160bcd0e40ea94ea1865b6f40c15b8e39c8308",
|
|
43
|
+
"md5": "7dd8f897831d8310ec2f1c93c3cf6523"
|
|
44
|
+
}
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "releaseRuntimePublication",
|
|
49
|
+
"attributes": {
|
|
50
|
+
"org.gradle.category": "library",
|
|
51
|
+
"org.gradle.dependency.bundling": "external",
|
|
52
|
+
"org.gradle.libraryelements": "aar",
|
|
53
|
+
"org.gradle.usage": "java-runtime"
|
|
54
|
+
},
|
|
55
|
+
"dependencies": [
|
|
56
|
+
{
|
|
57
|
+
"group": "org.jetbrains.kotlin",
|
|
58
|
+
"module": "kotlin-stdlib",
|
|
59
|
+
"version": {
|
|
60
|
+
"requires": "1.4.30"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"group": "org.jetbrains.kotlin",
|
|
65
|
+
"module": "kotlin-android-extensions-runtime",
|
|
66
|
+
"version": {
|
|
67
|
+
"requires": "1.4.30"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"group": "com.squareup.retrofit2",
|
|
72
|
+
"module": "retrofit",
|
|
73
|
+
"version": {
|
|
74
|
+
"requires": "2.3.0"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"group": "com.squareup.retrofit2",
|
|
79
|
+
"module": "adapter-rxjava2",
|
|
80
|
+
"version": {
|
|
81
|
+
"requires": "2.3.0"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"group": "com.squareup.retrofit2",
|
|
86
|
+
"module": "converter-gson",
|
|
87
|
+
"version": {
|
|
88
|
+
"requires": "2.3.0"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"group": "com.google.code.gson",
|
|
93
|
+
"module": "gson",
|
|
94
|
+
"version": {
|
|
95
|
+
"requires": "2.8.0"
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"group": "io.reactivex.rxjava2",
|
|
100
|
+
"module": "rxandroid",
|
|
101
|
+
"version": {
|
|
102
|
+
"requires": "2.0.1"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"group": "com.squareup.okhttp3",
|
|
107
|
+
"module": "logging-interceptor",
|
|
108
|
+
"version": {
|
|
109
|
+
"requires": "3.12.1"
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"group": "com.squareup.okhttp3",
|
|
114
|
+
"module": "okhttp",
|
|
115
|
+
"version": {
|
|
116
|
+
"requires": "3.12.1"
|
|
117
|
+
},
|
|
118
|
+
"excludes": [
|
|
119
|
+
{
|
|
120
|
+
"group": "com.squareup.okio",
|
|
121
|
+
"module": "okio"
|
|
122
|
+
}
|
|
123
|
+
]
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"group": "com.google.android.gms",
|
|
127
|
+
"module": "play-services-analytics",
|
|
128
|
+
"version": {
|
|
129
|
+
"requires": "18.0.3"
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"group": "com.datadoghq",
|
|
134
|
+
"module": "dd-sdk-android",
|
|
135
|
+
"version": {
|
|
136
|
+
"requires": "1.11.0"
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
],
|
|
140
|
+
"files": [
|
|
141
|
+
{
|
|
142
|
+
"name": "order-manager-2.0.1.aar",
|
|
143
|
+
"url": "order-manager-2.0.1.aar",
|
|
144
|
+
"size": 219987,
|
|
145
|
+
"sha512": "dd9bd3e52470343ffb2f4d0b64211f335a7865a9ddacbb1d8e24b3cd4618c7719510f213c97aea4fb7bf021cbf31a5128f32d12bd15bc204ee906a9ba776e53d",
|
|
146
|
+
"sha256": "f97479ab76aaf5e5c62dbaa8859b25f7a166a6b7e924854dd7b417dafba4ce5e",
|
|
147
|
+
"sha1": "6e160bcd0e40ea94ea1865b6f40c15b8e39c8308",
|
|
148
|
+
"md5": "7dd8f897831d8310ec2f1c93c3cf6523"
|
|
149
|
+
}
|
|
150
|
+
]
|
|
151
|
+
}
|
|
152
|
+
]
|
|
153
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
3
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
4
|
+
<!-- This module was also published with a richer model, Gradle metadata, -->
|
|
5
|
+
<!-- which should be used instead. Do not delete the following line which -->
|
|
6
|
+
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
|
|
7
|
+
<!-- that they should prefer consuming it instead. -->
|
|
8
|
+
<!-- do_not_remove: published-with-gradle-metadata -->
|
|
9
|
+
<modelVersion>4.0.0</modelVersion>
|
|
10
|
+
<groupId>com.cielo.lio</groupId>
|
|
11
|
+
<artifactId>order-manager</artifactId>
|
|
12
|
+
<version>2.0.1</version>
|
|
13
|
+
<packaging>aar</packaging>
|
|
14
|
+
<dependencies>
|
|
15
|
+
<dependency>
|
|
16
|
+
<groupId>org.jetbrains.kotlin</groupId>
|
|
17
|
+
<artifactId>kotlin-stdlib</artifactId>
|
|
18
|
+
<version>1.4.30</version>
|
|
19
|
+
<scope>compile</scope>
|
|
20
|
+
</dependency>
|
|
21
|
+
<dependency>
|
|
22
|
+
<groupId>org.jetbrains.kotlin</groupId>
|
|
23
|
+
<artifactId>kotlin-android-extensions-runtime</artifactId>
|
|
24
|
+
<version>1.4.30</version>
|
|
25
|
+
<scope>runtime</scope>
|
|
26
|
+
</dependency>
|
|
27
|
+
<dependency>
|
|
28
|
+
<groupId>com.squareup.retrofit2</groupId>
|
|
29
|
+
<artifactId>retrofit</artifactId>
|
|
30
|
+
<version>2.3.0</version>
|
|
31
|
+
<scope>runtime</scope>
|
|
32
|
+
</dependency>
|
|
33
|
+
<dependency>
|
|
34
|
+
<groupId>com.squareup.retrofit2</groupId>
|
|
35
|
+
<artifactId>adapter-rxjava2</artifactId>
|
|
36
|
+
<version>2.3.0</version>
|
|
37
|
+
<scope>runtime</scope>
|
|
38
|
+
</dependency>
|
|
39
|
+
<dependency>
|
|
40
|
+
<groupId>com.squareup.retrofit2</groupId>
|
|
41
|
+
<artifactId>converter-gson</artifactId>
|
|
42
|
+
<version>2.3.0</version>
|
|
43
|
+
<scope>runtime</scope>
|
|
44
|
+
</dependency>
|
|
45
|
+
<dependency>
|
|
46
|
+
<groupId>com.google.code.gson</groupId>
|
|
47
|
+
<artifactId>gson</artifactId>
|
|
48
|
+
<version>2.8.0</version>
|
|
49
|
+
<scope>runtime</scope>
|
|
50
|
+
</dependency>
|
|
51
|
+
<dependency>
|
|
52
|
+
<groupId>io.reactivex.rxjava2</groupId>
|
|
53
|
+
<artifactId>rxandroid</artifactId>
|
|
54
|
+
<version>2.0.1</version>
|
|
55
|
+
<scope>runtime</scope>
|
|
56
|
+
</dependency>
|
|
57
|
+
<dependency>
|
|
58
|
+
<groupId>com.squareup.okhttp3</groupId>
|
|
59
|
+
<artifactId>logging-interceptor</artifactId>
|
|
60
|
+
<version>3.12.1</version>
|
|
61
|
+
<scope>runtime</scope>
|
|
62
|
+
</dependency>
|
|
63
|
+
<dependency>
|
|
64
|
+
<groupId>com.squareup.okhttp3</groupId>
|
|
65
|
+
<artifactId>okhttp</artifactId>
|
|
66
|
+
<version>3.12.1</version>
|
|
67
|
+
<scope>runtime</scope>
|
|
68
|
+
<exclusions>
|
|
69
|
+
<exclusion>
|
|
70
|
+
<artifactId>okio</artifactId>
|
|
71
|
+
<groupId>com.squareup.okio</groupId>
|
|
72
|
+
</exclusion>
|
|
73
|
+
</exclusions>
|
|
74
|
+
</dependency>
|
|
75
|
+
<dependency>
|
|
76
|
+
<groupId>com.google.android.gms</groupId>
|
|
77
|
+
<artifactId>play-services-analytics</artifactId>
|
|
78
|
+
<version>18.0.3</version>
|
|
79
|
+
<scope>runtime</scope>
|
|
80
|
+
</dependency>
|
|
81
|
+
<dependency>
|
|
82
|
+
<groupId>com.datadoghq</groupId>
|
|
83
|
+
<artifactId>dd-sdk-android</artifactId>
|
|
84
|
+
<version>1.11.0</version>
|
|
85
|
+
<scope>runtime</scope>
|
|
86
|
+
</dependency>
|
|
87
|
+
</dependencies>
|
|
88
|
+
</project>
|