Exemplo n.º 1
0
 /**
  * Checks the status of the recurring profile against the system configuration value
  * @param Mage_Sales_Model_Recurring_Profile $recurringProfile
  * @return mixed
  */
 protected function _customerRecurringProfileCanBecomeVip($recurringProfile)
 {
     return Mage::helper('meanbee_vipmembership')->isRecurringProfileStatusAllowed($recurringProfile->getState());
 }