Skip to content

Commit

Permalink
Fix typo in card.go (unavailabe -> unavailable)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyeshpatel authored Oct 27, 2016
1 parent ec685cc commit 7bdb336
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 7bdb336

Please sign in to comment.