From 7bdb3369f3dc0a016e8b94f8b6287994ba72311b Mon Sep 17 00:00:00 2001 From: Priyesh Patel Date: Thu, 27 Oct 2016 16:13:41 +0100 Subject: [PATCH] Fix typo in card.go (unavailabe -> unavailable) --- card.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/card.go b/card.go index a92bc6dd1f..213f883a6c 100644 --- a/card.go +++ b/card.go @@ -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.