Skip to content

Commit c19b6be

Browse files
committed
stripe: Fix typo: prepeaid -> prepaid. #376
1 parent df1e188 commit c19b6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/src/Stripe.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ type CardFingerprint = String
7272
-- | One of `"amex"` | `"diners"` | `"discover"` | `"jcb"` | `"mastercard"` | `"unionpay"` | `"visa"` | `"unknown"`.
7373
type CardBrand = String
7474

75-
-- | One of `"credit"` | `"debit"` | `"prepeaid"` | `"unknown"`.
75+
-- | One of `"credit"` | `"debit"` | `"prepaid"` | `"unknown"`.
7676
type Funding = String
7777

7878
-- | If a CVC was provided, results of the check: `"pass"` | `"fail"` | `"unavailable"` | `"unchecked"`.

0 commit comments

Comments
 (0)