supports = attr => {
    return attr && (attr.match(/cc/gi) || attr.match(/card/gi) || attr.match(/debit/gi) || attr.match(/credit/gi));
  };