public function getConditions()
 {
     parent::getConditions();
     $this->_conditions->setPaymentMethodCode($this->_getPaymentMethodCode());
     return $this->_conditions;
 }