Skip to content

Commit

Permalink
Merge pull request #340 from priyeshpatel/card-verification-docs
Browse files Browse the repository at this point in the history
Fix typo in card.go (unavailabe -> unavailable)
  • Loading branch information
brandur authored Oct 27, 2016
2 parents ec685cc + 7bdb336 commit e1e8931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion card.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
type CardBrand string

// Verification is the list of allowed verification responses.
// Allowed values are "pass", "fail", "unchecked", "unavailabe".
// Allowed values are "pass", "fail", "unchecked", "unavailable".
type Verification string

// CardFunding is the list of allowed values for the card's funding.
Expand Down

0 comments on commit e1e8931

Please sign in to comment.