mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +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
|
* @usage
|
||||||
* ```
|
* ```
|
||||||
* import { PayPal, PayPalPayment, PayPalConfiguration } from '@ionic-native/pay-pal';
|
* import { PayPal, PayPalPayment, PayPalConfiguration } from '@ionic-native/paypal';
|
||||||
*
|
*
|
||||||
* constructor(private payPal: PayPal) { }
|
* constructor(private payPal: PayPal) { }
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user