/**
  * Returns the URL for payment notifications.
  *
  * @return string
  *
  * @author Sascha Koehler <*****@*****.**>
  * @since 01.10.2012
  */
 public function getNotificationUrl()
 {
     $notifyUrl = Director::absoluteUrl(SilvercartTools::PageByIdentifierCode('SilvercartPaymentNotification')->Link() . 'process/' . $this->moduleName);
     return $notifyUrl;
 }