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:
commit
25f158629d
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user