@capgo/capacitor-pay 8.0.10 → 8.0.11

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.
@@ -26,7 +26,7 @@ import org.json.JSONObject;
26
26
  @CapacitorPlugin(name = "Pay")
27
27
  public class PayPlugin extends Plugin {
28
28
 
29
- private final String pluginVersion = "8.0.10";
29
+ private final String pluginVersion = "8.0.11";
30
30
 
31
31
  private static final int LOAD_PAYMENT_DATA_REQUEST_CODE = 8001;
32
32
 
@@ -5,7 +5,7 @@ import PassKit
5
5
 
6
6
  @objc(PayPlugin)
7
7
  public class PayPlugin: CAPPlugin, CAPBridgedPlugin, PKPaymentAuthorizationControllerDelegate {
8
- private let pluginVersion: String = "8.0.10"
8
+ private let pluginVersion: String = "8.0.11"
9
9
  public let identifier = "PayPlugin"
10
10
  public let jsName = "Pay"
11
11
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-pay",
3
- "version": "8.0.10",
3
+ "version": "8.0.11",
4
4
  "description": "Capacitor plugin to trigger native payment for iOS(Apple pay) and Android(Google Pay)",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",