/**
  * Constructor - set up the new special page
  */
 public function __construct()
 {
     $this->adapter = new PayflowProAdapter();
     parent::__construct();
     //the next layer up will know who we are.
 }
 /**
  * Constructor - set up the new special page
  */
 public function __construct()
 {
     $this->adapter = new GlobalCollectAdapter();
     parent::__construct();
     //the next layer up will know who we are.
 }