Пример #1
0
 /**
  * Hook to add custom transaction status.
  * This is called by the MS_Factory
  *
  * @since 1.0.0
  */
 public function after_load()
 {
     parent::after_load();
     $this->group = 'Pronamic';
     $this->manual_payment = true;
     $this->pro_rate = true;
     $this->mode = 'live';
 }