Ejemplo n.º 1
0
 function setInvoiceLog(InvoiceLog $log)
 {
     parent::setInvoiceLog($log);
     $this->getPlugin()->logOther('SAFECART IPN:', $this->req);
 }
Ejemplo n.º 2
0
 function setInvoiceLog(InvoiceLog $log)
 {
     parent::setInvoiceLog($log);
     $this->getPlugin()->logOther('1SC API NOTIFICATION', $this->_xml);
     $this->getPlugin()->logOther('1SC ORDER', $this->_order->asXML());
     $this->getPlugin()->logOther('1SC CLIENT', $this->_client->asXML());
 }