@pixelpay/capacitor-plugin 2.0.11 → 2.0.13-beta.0
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/CHANGELOG.md +11 -0
- package/android/build.gradle +12 -10
- package/android/src/main/java/com/pixel/plugins/capacitor/PixelPaySDKPlugin.java +27 -3
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/plugin.cjs.js +41 -67
- package/dist/plugin.cjs.js.map +1 -1
- package/dist/plugin.js +41 -67
- package/dist/plugin.js.map +1 -1
- package/ios/Frameworks/PixelPaySDK.podspec +1 -1
- package/ios/Frameworks/PixelPaySDK.xcframework/Info.plist +5 -5
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Headers/PixelPaySDK-Swift.h +2 -20
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Info.plist +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios.abi.json +515 -321
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios.private.swiftinterface +16 -14
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios.swiftinterface +16 -14
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/PixelPaySDK +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/_CodeSignature/CodeResources +13 -13
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Headers/PixelPaySDK-Swift.h +4 -40
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Info.plist +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.abi.json +515 -321
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +16 -14
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +16 -14
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +515 -321
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +16 -14
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +16 -14
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/PixelPaySDK +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/_CodeSignature/CodeResources +23 -23
- package/ios/Frameworks/README.md +1 -1
- package/package.json +11 -10
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// swift-interface-format-version: 1.0
|
|
2
|
-
// swift-compiler-version: Apple Swift version 6.
|
|
3
|
-
// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name PixelPaySDK
|
|
4
|
-
// swift-module-flags-ignorable: -no-verify-emitted-module-interface
|
|
2
|
+
// swift-compiler-version: Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
|
|
3
|
+
// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name PixelPaySDK
|
|
4
|
+
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -interface-compiler-version 6.1.2
|
|
5
5
|
import CardinalMobile
|
|
6
6
|
import Combine
|
|
7
7
|
import CommonCrypto
|
|
@@ -763,8 +763,8 @@ public struct HTTPHeader : Swift.Hashable {
|
|
|
763
763
|
public let name: Swift.String
|
|
764
764
|
public let value: Swift.String
|
|
765
765
|
public init(name: Swift.String, value: Swift.String)
|
|
766
|
-
public func hash(into hasher: inout Swift.Hasher)
|
|
767
766
|
public static func == (a: PixelPaySDK.HTTPHeader, b: PixelPaySDK.HTTPHeader) -> Swift.Bool
|
|
767
|
+
public func hash(into hasher: inout Swift.Hasher)
|
|
768
768
|
public var hashValue: Swift.Int {
|
|
769
769
|
get
|
|
770
770
|
}
|
|
@@ -817,11 +817,11 @@ extension Foundation.URLSessionConfiguration {
|
|
|
817
817
|
@objc deinit
|
|
818
818
|
}
|
|
819
819
|
@_inheritsConvenienceInitializers public class Transaction : PixelPaySDK.ServiceBehaviour {
|
|
820
|
-
public func doSale(transaction: PixelPaySDK.SaleTransaction, completion: @escaping (
|
|
821
|
-
public func doAuth(transaction: PixelPaySDK.AuthTransaction, completion: @escaping (
|
|
822
|
-
public func doCapture(transaction: PixelPaySDK.CaptureTransaction, completion: @escaping (
|
|
823
|
-
public func doVoid(transaction: PixelPaySDK.VoidTransaction, completion: @escaping (
|
|
824
|
-
public func getStatus(transaction: PixelPaySDK.StatusTransaction, completion: @escaping (
|
|
820
|
+
public func doSale(transaction: PixelPaySDK.SaleTransaction, completion: @escaping (PixelPaySDK.Response) -> Swift.Void) throws
|
|
821
|
+
public func doAuth(transaction: PixelPaySDK.AuthTransaction, completion: @escaping (PixelPaySDK.Response) -> Swift.Void) throws
|
|
822
|
+
public func doCapture(transaction: PixelPaySDK.CaptureTransaction, completion: @escaping (PixelPaySDK.Response) -> Swift.Void) throws
|
|
823
|
+
public func doVoid(transaction: PixelPaySDK.VoidTransaction, completion: @escaping (PixelPaySDK.Response) -> Swift.Void) throws
|
|
824
|
+
public func getStatus(transaction: PixelPaySDK.StatusTransaction, completion: @escaping (PixelPaySDK.Response) -> Swift.Void) throws
|
|
825
825
|
public func verifyPaymentHash(hash: Swift.String?, order_id: Swift.String?, secret: Swift.String) -> Swift.Bool
|
|
826
826
|
public func getCybersourceFingerprint(merchant_id: Swift.String, org_id: Swift.String, on_response: @escaping (Swift.String) -> Swift.Void)
|
|
827
827
|
override public init(settings: PixelPaySDK.Settings)
|
|
@@ -1091,6 +1091,7 @@ public class Settings : Swift.Codable {
|
|
|
1091
1091
|
public var lang: Swift.String?
|
|
1092
1092
|
public var sdk: Swift.String?
|
|
1093
1093
|
public var sdk_version: Swift.String?
|
|
1094
|
+
public var headers: [Swift.String : Swift.String]?
|
|
1094
1095
|
public init()
|
|
1095
1096
|
public func setupEndpoint(endpoint: Swift.String)
|
|
1096
1097
|
public func setupCredentials(key: Swift.String, hash: Swift.String)
|
|
@@ -1098,6 +1099,7 @@ public class Settings : Swift.Codable {
|
|
|
1098
1099
|
public func setupEnvironment(env: Swift.String)
|
|
1099
1100
|
public func setupSandbox()
|
|
1100
1101
|
public func setupLanguage(lang: Swift.String)
|
|
1102
|
+
public func setupHeaders(headers: [Swift.String : Swift.String])
|
|
1101
1103
|
@objc deinit
|
|
1102
1104
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
1103
1105
|
required public init(from decoder: any Swift.Decoder) throws
|
|
@@ -1720,11 +1722,11 @@ public class AuthenticationInterceptor<AuthenticatorType> : PixelPaySDK.RequestI
|
|
|
1720
1722
|
@objc deinit
|
|
1721
1723
|
}
|
|
1722
1724
|
@_inheritsConvenienceInitializers public class Tokenization : PixelPaySDK.ServiceBehaviour {
|
|
1723
|
-
public func vaultCard(card: PixelPaySDK.CardTokenization, completion: @escaping (
|
|
1724
|
-
public func updateCard(token: Swift.String, card: PixelPaySDK.CardTokenization, completion: @escaping (
|
|
1725
|
-
public func showCard(token: Swift.String, completion: @escaping (
|
|
1726
|
-
public func showCards(tokens: [Swift.String], completion: @escaping (
|
|
1727
|
-
public func deleteCard(token: Swift.String, completion: @escaping (
|
|
1725
|
+
public func vaultCard(card: PixelPaySDK.CardTokenization, completion: @escaping (PixelPaySDK.Response) -> Swift.Void) throws
|
|
1726
|
+
public func updateCard(token: Swift.String, card: PixelPaySDK.CardTokenization, completion: @escaping (PixelPaySDK.Response) -> Swift.Void) throws
|
|
1727
|
+
public func showCard(token: Swift.String, completion: @escaping (PixelPaySDK.Response) -> Swift.Void) throws
|
|
1728
|
+
public func showCards(tokens: [Swift.String], completion: @escaping (PixelPaySDK.Response) -> Swift.Void) throws
|
|
1729
|
+
public func deleteCard(token: Swift.String, completion: @escaping (PixelPaySDK.Response) -> Swift.Void) throws
|
|
1728
1730
|
override public init(settings: PixelPaySDK.Settings)
|
|
1729
1731
|
@objc deinit
|
|
1730
1732
|
}
|
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// swift-interface-format-version: 1.0
|
|
2
|
-
// swift-compiler-version: Apple Swift version 6.
|
|
3
|
-
// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name PixelPaySDK
|
|
4
|
-
// swift-module-flags-ignorable: -no-verify-emitted-module-interface
|
|
2
|
+
// swift-compiler-version: Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
|
|
3
|
+
// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name PixelPaySDK
|
|
4
|
+
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -interface-compiler-version 6.1.2
|
|
5
5
|
import CardinalMobile
|
|
6
6
|
import Combine
|
|
7
7
|
import CommonCrypto
|
|
@@ -763,8 +763,8 @@ public struct HTTPHeader : Swift.Hashable {
|
|
|
763
763
|
public let name: Swift.String
|
|
764
764
|
public let value: Swift.String
|
|
765
765
|
public init(name: Swift.String, value: Swift.String)
|
|
766
|
-
public func hash(into hasher: inout Swift.Hasher)
|
|
767
766
|
public static func == (a: PixelPaySDK.HTTPHeader, b: PixelPaySDK.HTTPHeader) -> Swift.Bool
|
|
767
|
+
public func hash(into hasher: inout Swift.Hasher)
|
|
768
768
|
public var hashValue: Swift.Int {
|
|
769
769
|
get
|
|
770
770
|
}
|
|
@@ -817,11 +817,11 @@ extension Foundation.URLSessionConfiguration {
|
|
|
817
817
|
@objc deinit
|
|
818
818
|
}
|
|
819
819
|
@_inheritsConvenienceInitializers public class Transaction : PixelPaySDK.ServiceBehaviour {
|
|
820
|
-
public func doSale(transaction: PixelPaySDK.SaleTransaction, completion: @escaping (
|
|
821
|
-
public func doAuth(transaction: PixelPaySDK.AuthTransaction, completion: @escaping (
|
|
822
|
-
public func doCapture(transaction: PixelPaySDK.CaptureTransaction, completion: @escaping (
|
|
823
|
-
public func doVoid(transaction: PixelPaySDK.VoidTransaction, completion: @escaping (
|
|
824
|
-
public func getStatus(transaction: PixelPaySDK.StatusTransaction, completion: @escaping (
|
|
820
|
+
public func doSale(transaction: PixelPaySDK.SaleTransaction, completion: @escaping (PixelPaySDK.Response) -> Swift.Void) throws
|
|
821
|
+
public func doAuth(transaction: PixelPaySDK.AuthTransaction, completion: @escaping (PixelPaySDK.Response) -> Swift.Void) throws
|
|
822
|
+
public func doCapture(transaction: PixelPaySDK.CaptureTransaction, completion: @escaping (PixelPaySDK.Response) -> Swift.Void) throws
|
|
823
|
+
public func doVoid(transaction: PixelPaySDK.VoidTransaction, completion: @escaping (PixelPaySDK.Response) -> Swift.Void) throws
|
|
824
|
+
public func getStatus(transaction: PixelPaySDK.StatusTransaction, completion: @escaping (PixelPaySDK.Response) -> Swift.Void) throws
|
|
825
825
|
public func verifyPaymentHash(hash: Swift.String?, order_id: Swift.String?, secret: Swift.String) -> Swift.Bool
|
|
826
826
|
public func getCybersourceFingerprint(merchant_id: Swift.String, org_id: Swift.String, on_response: @escaping (Swift.String) -> Swift.Void)
|
|
827
827
|
override public init(settings: PixelPaySDK.Settings)
|
|
@@ -1091,6 +1091,7 @@ public class Settings : Swift.Codable {
|
|
|
1091
1091
|
public var lang: Swift.String?
|
|
1092
1092
|
public var sdk: Swift.String?
|
|
1093
1093
|
public var sdk_version: Swift.String?
|
|
1094
|
+
public var headers: [Swift.String : Swift.String]?
|
|
1094
1095
|
public init()
|
|
1095
1096
|
public func setupEndpoint(endpoint: Swift.String)
|
|
1096
1097
|
public func setupCredentials(key: Swift.String, hash: Swift.String)
|
|
@@ -1098,6 +1099,7 @@ public class Settings : Swift.Codable {
|
|
|
1098
1099
|
public func setupEnvironment(env: Swift.String)
|
|
1099
1100
|
public func setupSandbox()
|
|
1100
1101
|
public func setupLanguage(lang: Swift.String)
|
|
1102
|
+
public func setupHeaders(headers: [Swift.String : Swift.String])
|
|
1101
1103
|
@objc deinit
|
|
1102
1104
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
1103
1105
|
required public init(from decoder: any Swift.Decoder) throws
|
|
@@ -1720,11 +1722,11 @@ public class AuthenticationInterceptor<AuthenticatorType> : PixelPaySDK.RequestI
|
|
|
1720
1722
|
@objc deinit
|
|
1721
1723
|
}
|
|
1722
1724
|
@_inheritsConvenienceInitializers public class Tokenization : PixelPaySDK.ServiceBehaviour {
|
|
1723
|
-
public func vaultCard(card: PixelPaySDK.CardTokenization, completion: @escaping (
|
|
1724
|
-
public func updateCard(token: Swift.String, card: PixelPaySDK.CardTokenization, completion: @escaping (
|
|
1725
|
-
public func showCard(token: Swift.String, completion: @escaping (
|
|
1726
|
-
public func showCards(tokens: [Swift.String], completion: @escaping (
|
|
1727
|
-
public func deleteCard(token: Swift.String, completion: @escaping (
|
|
1725
|
+
public func vaultCard(card: PixelPaySDK.CardTokenization, completion: @escaping (PixelPaySDK.Response) -> Swift.Void) throws
|
|
1726
|
+
public func updateCard(token: Swift.String, card: PixelPaySDK.CardTokenization, completion: @escaping (PixelPaySDK.Response) -> Swift.Void) throws
|
|
1727
|
+
public func showCard(token: Swift.String, completion: @escaping (PixelPaySDK.Response) -> Swift.Void) throws
|
|
1728
|
+
public func showCards(tokens: [Swift.String], completion: @escaping (PixelPaySDK.Response) -> Swift.Void) throws
|
|
1729
|
+
public func deleteCard(token: Swift.String, completion: @escaping (PixelPaySDK.Response) -> Swift.Void) throws
|
|
1728
1730
|
override public init(settings: PixelPaySDK.Settings)
|
|
1729
1731
|
@objc deinit
|
|
1730
1732
|
}
|
|
Binary file
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<dict>
|
|
7
7
|
<key>Headers/PixelPaySDK-Swift.h</key>
|
|
8
8
|
<data>
|
|
9
|
-
|
|
9
|
+
LZMYKjqOlKPlvQ0DzL6OjtzeAkY=
|
|
10
10
|
</data>
|
|
11
11
|
<key>Headers/sdk.h</key>
|
|
12
12
|
<data>
|
|
@@ -14,47 +14,47 @@
|
|
|
14
14
|
</data>
|
|
15
15
|
<key>Info.plist</key>
|
|
16
16
|
<data>
|
|
17
|
-
|
|
17
|
+
bo0ak5KWUg1XjHejfUrTJyaiLq4=
|
|
18
18
|
</data>
|
|
19
19
|
<key>Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
20
20
|
<data>
|
|
21
|
-
|
|
21
|
+
23YXTTUHfILmFmg3J/UhBDAX/Ek=
|
|
22
22
|
</data>
|
|
23
23
|
<key>Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
24
24
|
<data>
|
|
25
|
-
|
|
25
|
+
bP6GBOtuEqxnNKzhuTGV5bZF6ow=
|
|
26
26
|
</data>
|
|
27
27
|
<key>Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
28
28
|
<data>
|
|
29
|
-
/
|
|
29
|
+
PZrjN/YcrPnWuaTPbp5BHIeoHAo=
|
|
30
30
|
</data>
|
|
31
31
|
<key>Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
32
32
|
<data>
|
|
33
|
-
|
|
33
|
+
bP6GBOtuEqxnNKzhuTGV5bZF6ow=
|
|
34
34
|
</data>
|
|
35
35
|
<key>Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
36
36
|
<data>
|
|
37
|
-
|
|
37
|
+
jhpmHqfozm7bPJ6iU0WpifL1kjw=
|
|
38
38
|
</data>
|
|
39
39
|
<key>Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
40
40
|
<data>
|
|
41
|
-
|
|
41
|
+
23YXTTUHfILmFmg3J/UhBDAX/Ek=
|
|
42
42
|
</data>
|
|
43
43
|
<key>Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
44
44
|
<data>
|
|
45
|
-
|
|
45
|
+
51igJWjLj34+Nh0CH5lk/qYluf0=
|
|
46
46
|
</data>
|
|
47
47
|
<key>Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
48
48
|
<data>
|
|
49
|
-
|
|
49
|
+
JAWddzFWIJsa18U9pCQk02qnc58=
|
|
50
50
|
</data>
|
|
51
51
|
<key>Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
52
52
|
<data>
|
|
53
|
-
|
|
53
|
+
51igJWjLj34+Nh0CH5lk/qYluf0=
|
|
54
54
|
</data>
|
|
55
55
|
<key>Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
56
56
|
<data>
|
|
57
|
-
|
|
57
|
+
qA/lE3/rsnsEoxvtVhXk3b4JU40=
|
|
58
58
|
</data>
|
|
59
59
|
<key>Modules/module.modulemap</key>
|
|
60
60
|
<data>
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
<dict>
|
|
68
68
|
<key>hash2</key>
|
|
69
69
|
<data>
|
|
70
|
-
|
|
70
|
+
7DvmT9CQPUblKHADt9J9yZy7TF9Bb9C4sMBKVVZlpz4=
|
|
71
71
|
</data>
|
|
72
72
|
</dict>
|
|
73
73
|
<key>Headers/sdk.h</key>
|
|
@@ -81,70 +81,70 @@
|
|
|
81
81
|
<dict>
|
|
82
82
|
<key>hash2</key>
|
|
83
83
|
<data>
|
|
84
|
-
|
|
84
|
+
msFar6f4V0YauXN+Malejg2aTvBAESapoPAW4n3nIYU=
|
|
85
85
|
</data>
|
|
86
86
|
</dict>
|
|
87
87
|
<key>Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
88
88
|
<dict>
|
|
89
89
|
<key>hash2</key>
|
|
90
90
|
<data>
|
|
91
|
-
|
|
91
|
+
ZDNSm+xPPrKAtoN1PggbQ5+P3a5FCv3Nr/zBetSbMsA=
|
|
92
92
|
</data>
|
|
93
93
|
</dict>
|
|
94
94
|
<key>Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
95
95
|
<dict>
|
|
96
96
|
<key>hash2</key>
|
|
97
97
|
<data>
|
|
98
|
-
|
|
98
|
+
G6FUjz34U8fb+e4LCOwqAM0SY1dKmApLv3AZ1NaGOEo=
|
|
99
99
|
</data>
|
|
100
100
|
</dict>
|
|
101
101
|
<key>Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
102
102
|
<dict>
|
|
103
103
|
<key>hash2</key>
|
|
104
104
|
<data>
|
|
105
|
-
|
|
105
|
+
ZDNSm+xPPrKAtoN1PggbQ5+P3a5FCv3Nr/zBetSbMsA=
|
|
106
106
|
</data>
|
|
107
107
|
</dict>
|
|
108
108
|
<key>Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
109
109
|
<dict>
|
|
110
110
|
<key>hash2</key>
|
|
111
111
|
<data>
|
|
112
|
-
|
|
112
|
+
tb+MqAUjk62lnY/0OEYa0h3pkoaiTF8lpS6hSdU8c/w=
|
|
113
113
|
</data>
|
|
114
114
|
</dict>
|
|
115
115
|
<key>Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
116
116
|
<dict>
|
|
117
117
|
<key>hash2</key>
|
|
118
118
|
<data>
|
|
119
|
-
|
|
119
|
+
msFar6f4V0YauXN+Malejg2aTvBAESapoPAW4n3nIYU=
|
|
120
120
|
</data>
|
|
121
121
|
</dict>
|
|
122
122
|
<key>Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
123
123
|
<dict>
|
|
124
124
|
<key>hash2</key>
|
|
125
125
|
<data>
|
|
126
|
-
|
|
126
|
+
R9FVSYw0R4+w38kkNaZIKw10NA7kA4mgLq2yHSCoVgI=
|
|
127
127
|
</data>
|
|
128
128
|
</dict>
|
|
129
129
|
<key>Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
130
130
|
<dict>
|
|
131
131
|
<key>hash2</key>
|
|
132
132
|
<data>
|
|
133
|
-
|
|
133
|
+
NgPow/9b5A9j46+WirZw3gUbtn2V2DGez6mjm0Af75c=
|
|
134
134
|
</data>
|
|
135
135
|
</dict>
|
|
136
136
|
<key>Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
137
137
|
<dict>
|
|
138
138
|
<key>hash2</key>
|
|
139
139
|
<data>
|
|
140
|
-
|
|
140
|
+
R9FVSYw0R4+w38kkNaZIKw10NA7kA4mgLq2yHSCoVgI=
|
|
141
141
|
</data>
|
|
142
142
|
</dict>
|
|
143
143
|
<key>Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
144
144
|
<dict>
|
|
145
145
|
<key>hash2</key>
|
|
146
146
|
<data>
|
|
147
|
-
|
|
147
|
+
tqAKXsdKBalQIbMqPaQgyCQiy5QCUbc0nBtM6ZfDXCE=
|
|
148
148
|
</data>
|
|
149
149
|
</dict>
|
|
150
150
|
<key>Modules/module.modulemap</key>
|
package/ios/Frameworks/README.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Version SDK 2.1.
|
|
1
|
+
Version SDK 2.1.9
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pixelpay/capacitor-plugin",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.13-beta.0",
|
|
4
4
|
"description": "Native bridge with Capacitor plugin and PixelPaySDK",
|
|
5
5
|
"main": "dist/plugin.cjs.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
],
|
|
31
31
|
"scripts": {
|
|
32
32
|
"verify": "npm run verify:ios && npm run verify:android && npm run verify:web",
|
|
33
|
-
"verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin -destination \"platform=iOS Simulator,name=iPhone
|
|
33
|
+
"verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin -destination \"platform=iOS Simulator,name=iPhone 16e\" && cd ..",
|
|
34
34
|
"verify:android": "cd android && ./gradlew clean build test && cd ..",
|
|
35
35
|
"verify:web": "npm run build",
|
|
36
36
|
"lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint",
|
|
@@ -45,23 +45,24 @@
|
|
|
45
45
|
"prepublishOnly": "npm run build"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@capacitor/android": "^
|
|
49
|
-
"@capacitor/core": "^
|
|
48
|
+
"@capacitor/android": "^8.0.2",
|
|
49
|
+
"@capacitor/core": "^8.0.0",
|
|
50
50
|
"@capacitor/docgen": "^0.0.18",
|
|
51
|
-
"@capacitor/ios": "^
|
|
51
|
+
"@capacitor/ios": "^8.0.2",
|
|
52
52
|
"@ionic/eslint-config": "^0.3.0",
|
|
53
53
|
"@ionic/prettier-config": "^1.0.1",
|
|
54
54
|
"@ionic/swiftlint-config": "^1.1.2",
|
|
55
|
+
"@types/node": "^25.2.3",
|
|
55
56
|
"eslint": "^7.11.0",
|
|
56
57
|
"prettier": "~2.2.0",
|
|
57
58
|
"prettier-plugin-java": "~1.0.0",
|
|
58
59
|
"rimraf": "^3.0.2",
|
|
59
|
-
"rollup": "
|
|
60
|
-
"swiftlint": "
|
|
61
|
-
"typescript": "
|
|
60
|
+
"rollup": "4.57.1",
|
|
61
|
+
"swiftlint": "2.0.0",
|
|
62
|
+
"typescript": "5.9.3"
|
|
62
63
|
},
|
|
63
64
|
"peerDependencies": {
|
|
64
|
-
"@capacitor/core": "^
|
|
65
|
+
"@capacitor/core": "^8.0.0"
|
|
65
66
|
},
|
|
66
67
|
"prettier": "@ionic/prettier-config",
|
|
67
68
|
"swiftlint": "@ionic/swiftlint-config",
|
|
@@ -77,6 +78,6 @@
|
|
|
77
78
|
}
|
|
78
79
|
},
|
|
79
80
|
"dependencies": {
|
|
80
|
-
"@pixelpay/sdk-core": "
|
|
81
|
+
"@pixelpay/sdk-core": "2.4.11-beta.0"
|
|
81
82
|
}
|
|
82
83
|
}
|