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
This commit is contained in:
jcesarmobile 2020-10-16 19:07:56 +02:00 committed by GitHub
parent 36ae7dcad9
commit ce9db34e24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {