Merge pull request #15326 from LKay/lkay/payment-fix

Make type parameter optional as it should be
This commit is contained in:
Paul van Brenk 2017-03-23 14:34:23 -07:00 committed by GitHub
commit dd0d3c8ebc

2
payment/index.d.ts vendored
View File

@ -24,7 +24,7 @@ interface Fns {
* * Validates number
* * Validates length to 4
*/
validateCardCVC(cvc: string, type: string): boolean;
validateCardCVC(cvc: string, type?: string): boolean;
/**
* Returns a card type. Either:
* * visa