function testLiveCancelAction()
 {
     $url = new PaymentUrl(Config::ENV_LIVE, 'cancel');
     $this->assertEqual('https://payment.hypercharge.net/payment/cancel', $url->get());
 }