docs(card-io): fix example (#2560)

Property 'scan' does not exist on type 'typeof CardIO'
This commit is contained in:
Moshe 2018-06-21 01:45:44 -04:00 committed by Daniel Sogl
parent fc088f8431
commit ce3591200e

View File

@ -157,7 +157,7 @@ export interface CardIOResponse {
* requireCVV: false,
* requirePostalCode: false
* };
* CardIO.scan(options);
* this.cardIO.scan(options);
* }
* }
* );