/**
  * Exception should be thrown if order id is not given
  *
  * @expectedException WebToPayException
  */
 public function testBuildRepeatRequestWithoutProjectId()
 {
     WebToPay::buildRepeatRequest(array('sign_password' => 'asdfghjkl', 'projectid' => '123'));
 }