Exemplo n.º 1
0
 /**
  * Test case for oePayPalConfig::getIPNCallbackUrl
  */
 public function testGetIPNCallbackUrl()
 {
     $oConfig = new oePayPalConfig();
     $sCallbackBaseUrl = $oConfig->getIPNCallbackUrl();
     $this->assertEquals($sCallbackBaseUrl, $this->getConfig()->getCurrentShopUrl() . "index.php?cl=oePayPalIPNHandler&fnc=handleRequest&shp=" . $this->getConfig()->getShopId());
 }