Skip to content

Commit

Permalink
fix(in-app-purchase-2): change in-app-purchase-2 plugin id (#3553)
Browse files Browse the repository at this point in the history
it was renamed from cc.fovea.cordova.purchase to cordova-plugin-purchase
  • Loading branch information
jcesarmobile authored Oct 16, 2020
1 parent 36ae7dc commit ce9db34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/@ionic-native/plugins/in-app-purchase-2/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -541,11 +541,11 @@ export class IAPError {
*/
@Plugin({
pluginName: 'InAppPurchase2',
plugin: 'cc.fovea.cordova.purchase',
plugin: 'cordova-plugin-purchase',
pluginRef: 'store',
repo: 'https://github.com/j3k0/cordova-plugin-purchase',
platforms: ['iOS', 'Android', 'Windows'],
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>"',
})
@Injectable()
export class InAppPurchase2 extends IonicNativePlugin {
Expand Down

0 comments on commit ce9db34

Please sign in to comment.