Example #1
0
 public function testGetExpressCheckoutOrderUrl()
 {
     $url = 'https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&order_id=orderId';
     $this->assertEquals($url, $this->_model->getExpressCheckoutOrderUrl('orderId'));
 }