j3k0 / cordova-plugin-purchase

In-App Purchase for Cordova on iOS, Android and Windows
https://purchase.cordova.fovea.cc
1.29k stars 529 forks source link

typo in js/index.js example #1517

Closed shochberg closed 2 months ago

shochberg commented 3 months ago

In the micro example, js/index.js

store.register([{ type: ProductType.CONSUMABLE, id: 'my_product', platform: Platform.TEST, ]});

The closing brackets are in the wrong order.

Thanks.

j3k0 commented 2 months ago

thanks fixed