Skip to content

Commit

Permalink
fix(checkout): Update npm cordova plugin name (#3694)
Browse files Browse the repository at this point in the history
* Add Checkout.com plugin

* Fix plugin npm name
  • Loading branch information
abdelrahman-iaaly-cko committed Aug 2, 2021
1 parent d506795 commit 104cad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/checkout/index.ts
Expand Up @@ -180,7 +180,7 @@ export interface Phone {
*/
@Plugin({
pluginName: 'Checkout',
plugin: 'cordova-plugin-checkout',
plugin: '@checkout.com/cordova-plugin-checkout',
pluginRef: 'cordova.plugins.Checkout',
repo: 'https://github.com/checkout/frames-cordova',
install: '',
Expand Down

0 comments on commit 104cad1

Please sign in to comment.