We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ae7dc commit ce9db34Copy full SHA for ce9db34
src/@ionic-native/plugins/in-app-purchase-2/index.ts
@@ -541,11 +541,11 @@ export class IAPError {
541
*/
542
@Plugin({
543
pluginName: 'InAppPurchase2',
544
- plugin: 'cc.fovea.cordova.purchase',
+ plugin: 'cordova-plugin-purchase',
545
pluginRef: 'store',
546
repo: 'https://github.com/j3k0/cordova-plugin-purchase',
547
platforms: ['iOS', 'Android', 'Windows'],
548
- install: 'ionic cordova plugin add cc.fovea.cordova.purchase --variable BILLING_KEY="<ANDROID_BILLING_KEY>"',
+ install: 'ionic cordova plugin add cordova-plugin-purchase --variable BILLING_KEY="<ANDROID_BILLING_KEY>"',
549
})
550
@Injectable()
551
export class InAppPurchase2 extends IonicNativePlugin {
0 commit comments