@pixelpay/capacitor-plugin 2.0.1 → 2.0.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.
@@ -1,10 +1,10 @@
1
1
  Pod::Spec.new do |spec|
2
2
  spec.name = 'PixelPaySDK'
3
- spec.version = '2.0.2'
3
+ spec.version = '2.0.3'
4
4
  spec.license = "MIT"
5
5
  spec.homepage = 'https://pixel.hn'
6
6
  spec.authors = { 'PixelPay Devs' => 'devs@pixel.hn' }
7
- spec.summary = 'Implementaci�n de SDK PixelPay en Swift para iOS.'
7
+ spec.summary = 'Implementación de SDK PixelPay en Swift para iOS.'
8
8
  spec.description = <<-DESC
9
9
  El PixelPay SDK permite simplificar tus integraciones de PixelPay en distintos tipos de entornos. El SDK contiene objetos y funciones que brindan una forma sencilla para enviar los datos de cobro y evita el redireccionamiento al sitio web del proveedor al momento de completar el proceso de pago.
10
10
  DESC
@@ -54,7 +54,7 @@
54
54
  </data>
55
55
  <key>Frameworks/CardinalMobile.framework/CardinalMobile</key>
56
56
  <data>
57
- 75ytOfhFIdpr4hPcIRCYs+e2sCw=
57
+ Up9h4+NgRfS33vTlEGAm4rQ4gSA=
58
58
  </data>
59
59
  <key>Frameworks/CardinalMobile.framework/Info.plist</key>
60
60
  <data>
@@ -211,7 +211,7 @@
211
211
  <dict>
212
212
  <key>hash2</key>
213
213
  <data>
214
- WZf8e7t08P7FMHcBgq3MGltwgHnxpUIYqjVPgXcmoLw=
214
+ Fv7lX7y8gY1mUYiwSYdWBqdOJhiDlvyh0kFCDj4W2JE=
215
215
  </data>
216
216
  </dict>
217
217
  <key>Frameworks/CardinalMobile.framework/Info.plist</key>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixelpay/capacitor-plugin",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Native bridge with Capacitor plugin and PixelPaySDK",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",