/**
  * @param Adyen_Subscription_Model_Subscription $subscription
  * @return string
  */
 public function getAgreementUrl($subscription)
 {
     $agreementId = $subscription->getBillingAgreementId();
     return $this->getUrl('sales/billing_agreement/view', array('agreement' => $agreementId));
 }