Exemple #1
0
 /**
  * Preprocessor for no-action run
  *
  * @return void
  */
 protected function doNoAction()
 {
     $api = new \XLite\Module\CDev\Paypal\Core\Login();
     $url = $api->getSignInURL();
     $this->redirect($url);
 }