Skip to content

Commit ce9db34

Browse files
authored
fix(in-app-purchase-2): change in-app-purchase-2 plugin id (#3553)
it was renamed from cc.fovea.cordova.purchase to cordova-plugin-purchase
1 parent 36ae7dc commit ce9db34

File tree

1 file changed

+2
-2
lines changed
  • src/@ionic-native/plugins/in-app-purchase-2

1 file changed

+2
-2
lines changed

src/@ionic-native/plugins/in-app-purchase-2/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,11 +541,11 @@ export class IAPError {
541541
*/
542542
@Plugin({
543543
pluginName: 'InAppPurchase2',
544-
plugin: 'cc.fovea.cordova.purchase',
544+
plugin: 'cordova-plugin-purchase',
545545
pluginRef: 'store',
546546
repo: 'https://github.com/j3k0/cordova-plugin-purchase',
547547
platforms: ['iOS', 'Android', 'Windows'],
548-
install: 'ionic cordova plugin add cc.fovea.cordova.purchase --variable BILLING_KEY="<ANDROID_BILLING_KEY>"',
548+
install: 'ionic cordova plugin add cordova-plugin-purchase --variable BILLING_KEY="<ANDROID_BILLING_KEY>"',
549549
})
550550
@Injectable()
551551
export class InAppPurchase2 extends IonicNativePlugin {

0 commit comments

Comments
 (0)