mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
docs(paypal): fix package name in example (#1313)
The import ref for paypal is incorrect. I've added the correct name.
This commit is contained in:
@@ -7,7 +7,7 @@ import { Plugin, Cordova } from '@ionic-native/core';
|
||||
*
|
||||
* @usage
|
||||
* ```
|
||||
* import { PayPal, PayPalPayment, PayPalConfiguration } from '@ionic-native/pay-pal';
|
||||
* import { PayPal, PayPalPayment, PayPalConfiguration } from '@ionic-native/paypal';
|
||||
*
|
||||
* constructor(private payPal: PayPal) { }
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user