docs(): massive updates

This commit is contained in:
mhartington
2016-07-08 15:19:13 -04:00
parent ba20dbe590
commit 9eb63a0d74
10 changed files with 67 additions and 53 deletions
+2 -2
View File
@@ -41,7 +41,7 @@ export class CardIO {
/**
* Scan a credit card with card.io.
* @param options
* @param {CardIOOptions} options Options for configuring the plugin
*/
@Cordova()
static scan(options?: CardIOOptions): Promise<any> {return; }
@@ -70,4 +70,4 @@ export interface CardIOOptions {
hideCardIOLogo?: boolean;
useCardIOLogo?: boolean;
supressScan?: boolean;
}
}