Exemple #1
0
 /**
  * Parse the response from the processor
  *
  * @access public
  * @return string
  */
 public function process()
 {
     $this->_order_id = lC_Order::insert();
     lC_Order::process($this->_order_id, $this->order_status);
 }