Ejemplo n.º 1
0
 function process()
 {
     // resend postback first as exception may be raised below
     $this->resendPostback();
     parent::process();
     // all went OK, with no exceptions, lets try to update customer info
     if (!empty($this->invoice->_autoCreated) && ($user = $this->invoice->getUser())) {
         $this->fillInUserFields($user);
     }
 }