Exemplo n.º 1
0
 /**
  * Test case for oePayPalConfig::getIPNUrl()
  */
 public function testGetIPNResponseUrl_sandboxON_useSandboxUrl()
 {
     $this->getConfig()->setConfigParam('blOEPayPalSandboxMode', true);
     $oConfig = new oePayPalConfig();
     $this->assertEquals($oConfig->getIPNResponseUrl(), 'https://www.sandbox.paypal.com/cgi-bin/webscr&cmd=_notify-validate');
 }