fix(card-io): Fix typo in the "suppressManual" property name

fix(card-io): Fix typo in the "suppressManual" property name.
This commit is contained in:
Daniel Sogl 2018-04-02 13:57:26 +02:00 committed by GitHub
commit 25f158629d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ export interface CardIOOptions {
/** /**
* Removes the keyboard button from the scan screen. * Removes the keyboard button from the scan screen.
*/ */
supressManual?: boolean; suppressManual?: boolean;
/** /**
* The postal code will only collect numeric input. Set this if you know the expected country's postal code has only numeric postal codes. * The postal code will only collect numeric input. Set this if you know the expected country's postal code has only numeric postal codes.