fix(checkout): Update npm cordova plugin name (#3694)
* Add Checkout.com plugin * Fix plugin npm name
This commit is contained in:
parent
d506795715
commit
104cad14a3
@ -180,7 +180,7 @@ export interface Phone {
|
|||||||
*/
|
*/
|
||||||
@Plugin({
|
@Plugin({
|
||||||
pluginName: 'Checkout',
|
pluginName: 'Checkout',
|
||||||
plugin: 'cordova-plugin-checkout',
|
plugin: '@checkout.com/cordova-plugin-checkout',
|
||||||
pluginRef: 'cordova.plugins.Checkout',
|
pluginRef: 'cordova.plugins.Checkout',
|
||||||
repo: 'https://github.com/checkout/frames-cordova',
|
repo: 'https://github.com/checkout/frames-cordova',
|
||||||
install: '',
|
install: '',
|
||||||
|
Loading…
Reference in New Issue
Block a user