@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
- private void isBillingSupported(PluginCall call) {
41
+ @PluginMethod
42
+ public void isBillingSupported(PluginCall call) {
42
43
  JSObject ret = new JSObject();
43
44
  ret.put("isBillingSupported", true);
44
45
  call.resolve();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/native-purchases",
3
- "version": "7.1.10",
3
+ "version": "7.1.11",
4
4
  "description": "In-app Subscriptions Made Easy",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",