<%= select_tag(
  'credit_card_type'
  option_for_select(CreditCardPayment::CREDIT_CARD_TYPES_FOR_SELECT)
) %> 
