Beispiel #1
0
 public function apply()
 {
     if ($this->getResource()->apply()) {
         OnlineShop_Framework_VoucherService_Statistic::increaseUsageStatistic($this->getVoucherSeriesId());
         return true;
     }
     return false;
 }