@capgo/native-purchases 7.1.10 → 7.1.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.
|
@@ -38,7 +38,8 @@ public class NativePurchasesPlugin extends Plugin {
|
|
|
38
38
|
private static final Phaser semaphoreReady = new Phaser(1);
|
|
39
39
|
private BillingClient billingClient;
|
|
40
40
|
|
|
41
|
-
|
|
41
|
+
@PluginMethod
|
|
42
|
+
public void isBillingSupported(PluginCall call) {
|
|
42
43
|
JSObject ret = new JSObject();
|
|
43
44
|
ret.put("isBillingSupported", true);
|
|
44
45
|
call.resolve();
|