UNPKG

cc.fovea.cordova.purchase

Version:

Cordova Purchase plugin for iOS, Android, Windows (AppStore, Play, UWP)

15 lines (12 loc) 372 B
// #include "copyright.js" // #include "store.js" // #include "platforms/plugin-bridge.js" // #include "platforms/plugin-adapter.js" // #include "platforms/android-productdata.js" // For some reasons, module exports failed on android... if (window) { window.store = store; store.android = store.inappbilling; } store.platform = 'google'; module.exports = store;