Describe the bug
CreditCardType enum has recently changed to be internal instead of external. This breaks any code that either uses the enum directly or the public method creditCard(CreditCardType creditCardType).
Expected behavior
CreditCardType be exposed to public.
Describe the bug
CreditCardType enum has recently changed to be internal instead of external. This breaks any code that either uses the enum directly or the public method creditCard(CreditCardType creditCardType).
Expected behavior
CreditCardType be exposed to public.