Example #1
0
 /**
  * Method to save data from PayPal to static variables
  * Is called as event listener
  * @param Varien_Object $event
  */
 public function saveVerificationData($event)
 {
     $V = $event->getVerification();
     self::$_authcode = $V->getAuthcode();
     self::$_pnref = $V->getPnref();
 }