/**
  * Check and prepare payment method model
  *
  * Redeclare this method in child classes for declaring method info instance
  *
  * @param Mage_Payment_Model_Method_Abstract $method
  * @return bool
  */
 protected function _assignMethod($method)
 {
     $method->setInfoInstance($this->getQuote()->getPayment());
     return $this;
 }