braintree / credit-card-type

A library for determining credit card type

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mastercard is one word and `type` should not include a dash

frabonomi opened this issue · comments

The type property for a Mastercard credit card should be mastercard instead of master-card, since it is one word. It looks like an inconsistency to me. The constant name is rightfully MASTERCARD, not MASTER_CARD.

Is there a reason why that's not following the same naming rules used for the other cards?

Previously, Mastercard's branding was MasterCard, so the enum followed the convenvtion. We'll update the enum in the next major version. I've added a TODO comment about it: c9b8439

Ah great, thanks!