@pixelpay/capacitor-plugin 2.0.11 → 2.0.12

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.
Files changed (32) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/android/build.gradle +1 -1
  3. package/dist/esm/index.js +1 -1
  4. package/dist/esm/index.js.map +1 -1
  5. package/dist/plugin.cjs.js +1 -1
  6. package/dist/plugin.cjs.js.map +1 -1
  7. package/dist/plugin.js +1 -1
  8. package/dist/plugin.js.map +1 -1
  9. package/ios/Frameworks/PixelPaySDK.podspec +1 -1
  10. package/ios/Frameworks/PixelPaySDK.xcframework/Info.plist +5 -5
  11. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Headers/PixelPaySDK-Swift.h +2 -20
  12. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Info.plist +0 -0
  13. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios.abi.json +515 -321
  14. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios.private.swiftinterface +16 -14
  15. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  16. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios.swiftinterface +16 -14
  17. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/PixelPaySDK +0 -0
  18. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/_CodeSignature/CodeResources +13 -13
  19. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Headers/PixelPaySDK-Swift.h +4 -40
  20. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Info.plist +0 -0
  21. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.abi.json +515 -321
  22. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +16 -14
  23. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  24. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +16 -14
  25. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +515 -321
  26. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +16 -14
  27. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  28. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +16 -14
  29. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/PixelPaySDK +0 -0
  30. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/_CodeSignature/CodeResources +23 -23
  31. package/ios/Frameworks/README.md +1 -1
  32. package/package.json +2 -2
@@ -1,7 +1,7 @@
1
1
  // swift-interface-format-version: 1.0
2
- // swift-compiler-version: Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
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 ((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
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 ((PixelPaySDK.Response) -> Swift.Void)) throws
1724
- public func updateCard(token: Swift.String, card: PixelPaySDK.CardTokenization, completion: @escaping ((PixelPaySDK.Response) -> Swift.Void)) throws
1725
- public func showCard(token: Swift.String, completion: @escaping ((PixelPaySDK.Response) -> Swift.Void)) throws
1726
- public func showCards(tokens: [Swift.String], completion: @escaping ((PixelPaySDK.Response) -> Swift.Void)) throws
1727
- public func deleteCard(token: Swift.String, completion: @escaping ((PixelPaySDK.Response) -> Swift.Void)) throws
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
  }
@@ -1,7 +1,7 @@
1
1
  // swift-interface-format-version: 1.0
2
- // swift-compiler-version: Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
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 ((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
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 ((PixelPaySDK.Response) -> Swift.Void)) throws
1724
- public func updateCard(token: Swift.String, card: PixelPaySDK.CardTokenization, completion: @escaping ((PixelPaySDK.Response) -> Swift.Void)) throws
1725
- public func showCard(token: Swift.String, completion: @escaping ((PixelPaySDK.Response) -> Swift.Void)) throws
1726
- public func showCards(tokens: [Swift.String], completion: @escaping ((PixelPaySDK.Response) -> Swift.Void)) throws
1727
- public func deleteCard(token: Swift.String, completion: @escaping ((PixelPaySDK.Response) -> Swift.Void)) throws
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
  }
@@ -6,7 +6,7 @@
6
6
  <dict>
7
7
  <key>Headers/PixelPaySDK-Swift.h</key>
8
8
  <data>
9
- yy9o6MxSfb3sv1WhXa/fzSolREA=
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
- c3qlXLS+YjWZ08EHnIjcr29yhhg=
17
+ bo0ak5KWUg1XjHejfUrTJyaiLq4=
18
18
  </data>
19
19
  <key>Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
20
20
  <data>
21
- RtwBzbf71G71LjzhrIod9XASLeU=
21
+ 23YXTTUHfILmFmg3J/UhBDAX/Ek=
22
22
  </data>
23
23
  <key>Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
24
24
  <data>
25
- I8EJzTXgMuCtaiR++SpzRtx7kH0=
25
+ bP6GBOtuEqxnNKzhuTGV5bZF6ow=
26
26
  </data>
27
27
  <key>Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
28
28
  <data>
29
- /eAjHQGy6iRuWx3mTcOzCcVRAPk=
29
+ PZrjN/YcrPnWuaTPbp5BHIeoHAo=
30
30
  </data>
31
31
  <key>Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
32
32
  <data>
33
- I8EJzTXgMuCtaiR++SpzRtx7kH0=
33
+ bP6GBOtuEqxnNKzhuTGV5bZF6ow=
34
34
  </data>
35
35
  <key>Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
36
36
  <data>
37
- 8GdATzeBdL0wFyjqMV0/yZKj2Ps=
37
+ jhpmHqfozm7bPJ6iU0WpifL1kjw=
38
38
  </data>
39
39
  <key>Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
40
40
  <data>
41
- RtwBzbf71G71LjzhrIod9XASLeU=
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
- lDDSwsU30qMoZNQLESDXjqstPOw=
45
+ 51igJWjLj34+Nh0CH5lk/qYluf0=
46
46
  </data>
47
47
  <key>Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
48
48
  <data>
49
- 9h617mAiJ5mfCXEtq49al3UaaHs=
49
+ JAWddzFWIJsa18U9pCQk02qnc58=
50
50
  </data>
51
51
  <key>Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
52
52
  <data>
53
- lDDSwsU30qMoZNQLESDXjqstPOw=
53
+ 51igJWjLj34+Nh0CH5lk/qYluf0=
54
54
  </data>
55
55
  <key>Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
56
56
  <data>
57
- 8rvOcOd+G7JbKZ2g1xgFd8JcQ9c=
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
- wpW09Nk6vtvGmWz0aomR+wmlFroaMxeCbl5ORj+q1oo=
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
- fTU/QP0sH4kSvNavnWPI8WXIuBRwYivCmCcft18yrBg=
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
- 8Yn0UBD/jKW1cfTF6bvi/B+Pi0WHYWYUVVkIljo3AiQ=
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
- LZdUwNK4avYbYDXYN5baQTK2DAvfQu/hcEC8Y4N3R1Y=
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
- 8Yn0UBD/jKW1cfTF6bvi/B+Pi0WHYWYUVVkIljo3AiQ=
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
- H5fq4cvmXJmy5U1gtJvY3DOcwCN6ebiw51dA9LAIMOw=
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
- fTU/QP0sH4kSvNavnWPI8WXIuBRwYivCmCcft18yrBg=
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
- G+5jGP/0YdQAt4pdzYNFjRnEY+VOUK8SHF0CH4dUxKg=
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
- 5m0Y/DlhCs/m7jsiMIeLpzVEl5bouCtdkfyEYhubkDU=
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
- G+5jGP/0YdQAt4pdzYNFjRnEY+VOUK8SHF0CH4dUxKg=
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
- Jqk/r2cuwE0lmm2Xigg7CUctsIOSIS52eqrJeHicSww=
147
+ tqAKXsdKBalQIbMqPaQgyCQiy5QCUbc0nBtM6ZfDXCE=
148
148
  </data>
149
149
  </dict>
150
150
  <key>Modules/module.modulemap</key>
@@ -1 +1 @@
1
- Version SDK 2.1.8
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.11",
3
+ "version": "2.0.12",
4
4
  "description": "Native bridge with Capacitor plugin and PixelPaySDK",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -77,6 +77,6 @@
77
77
  }
78
78
  },
79
79
  "dependencies": {
80
- "@pixelpay/sdk-core": "^2.2.3"
80
+ "@pixelpay/sdk-core": "^2.4.5"
81
81
  }
82
82
  }