Skip to content

Commit

Permalink
fix(card-io): fix typo in options
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Dec 1, 2016
1 parent 1072ab1 commit e6700a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/card-io.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class CardIO {

export interface CardIOOptions {
requireExpiry?: boolean;
requireCCV?: boolean;
requireCVV?: boolean;
requirePostalCode?: boolean;
supressManual?: boolean;
restrictPostalCodeToNumericOnly?: boolean;
Expand Down

0 comments on commit e6700a3

Please sign in to comment.