@capgo/capacitor-pay 8.1.18 → 8.1.19
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.
|
@@ -33,7 +33,7 @@ import org.json.JSONObject;
|
|
|
33
33
|
@CapacitorPlugin(name = "Pay")
|
|
34
34
|
public class PayPlugin extends Plugin {
|
|
35
35
|
|
|
36
|
-
private final String pluginVersion = "8.1.
|
|
36
|
+
private final String pluginVersion = "8.1.19";
|
|
37
37
|
|
|
38
38
|
private boolean paymentInProgress = false;
|
|
39
39
|
private boolean resolutionInProgress = false;
|
|
@@ -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.1.
|
|
8
|
+
private let pluginVersion: String = "8.1.19"
|
|
9
9
|
public let identifier = "PayPlugin"
|
|
10
10
|
public let jsName = "Pay"
|
|
11
11
|
public let pluginMethods: [CAPPluginMethod] = [
|
package/package.json
CHANGED