docs(card-io): add plugin description (#2530)

* Add description to AdMob Free plugin documentation

* Add description to Card IO plugin documentation
This commit is contained in:
Cristian Rivas Gómez 2018-06-06 17:00:27 +02:00 committed by Daniel Sogl
parent 16980f1b6a
commit dfbbfc7bd5

View File

@ -129,6 +129,12 @@ export interface CardIOResponse {
* @name Card IO * @name Card IO
* @description * @description
* @usage * @usage
* This plug-in exposes card.io credit card scanning.
*
* **NOTE**: If you would like to actually process a credit card charge, you might be interested in the [PayPal Cordova Plug-in](https://github.com/paypal/PayPal-Cordova-Plugin).
*
* Requires Cordova plugin: `card.io.cordova.mobilesdk`. For more info, please see the [Card IO plugin docs](https://github.com/card-io/card.io-Cordova-Plugin).
*
* Note: For use with iOS 10 + When building your app with the iOS 10 SDK +, you have to add some info to the info.plist file. This is due to increased security in iOS 10. Go to your app directory and search for the <your app name>Info.plist file. Add the following lines in the main <dict> element. * Note: For use with iOS 10 + When building your app with the iOS 10 SDK +, you have to add some info to the info.plist file. This is due to increased security in iOS 10. Go to your app directory and search for the <your app name>Info.plist file. Add the following lines in the main <dict> element.
* ```xml * ```xml
*<key>NSCameraUsageDescription</key> *<key>NSCameraUsageDescription</key>