/**
  * @param string $type
  * @param null $intCountry
  * @return array
  */
 public function getStates($type = 'billing', $intCountry = null)
 {
     $obj = new CheckoutForm();
     return $obj->getStates($type, $intCountry);
 }