From 72f9f90cb5ad97f723d5e2732fc417affb8930b9 Mon Sep 17 00:00:00 2001 From: Remco Tolsma Date: Thu, 18 Jul 2019 13:16:45 +0200 Subject: [PATCH] Removed slug from gateway, no longer used. --- src/Gateway.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/Gateway.php b/src/Gateway.php index e82db54..e63a1e0 100644 --- a/src/Gateway.php +++ b/src/Gateway.php @@ -17,13 +17,6 @@ * @since 1.0.0 */ class Gateway extends Core_Gateway { - /** - * Slug of this gateway - * - * @var string - */ - const SLUG = 'pay_nl'; - /** * Client. * @@ -40,7 +33,6 @@ public function __construct( Config $config ) { parent::__construct( $config ); $this->set_method( self::METHOD_HTTP_REDIRECT ); - $this->set_slug( self::SLUG ); // Supported features. $this->supports = array(