mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +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:
parent
24c8d5d627
commit
57eabc002a
@ -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) { }
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user