Skip to content

Commit

Permalink
Removed slug from gateway, no longer used.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jul 18, 2019
1 parent 869cf1b commit a23a3e9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Gateway.php
Expand Up @@ -21,13 +21,6 @@
* @since 1.0.1
*/
class Gateway extends Core_Gateway {
/**
* Slug of this gateway
*
* @var string
*/
const SLUG = 'multisafepay-connect';

/**
* Client.
*
Expand All @@ -51,7 +44,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(
Expand Down

0 comments on commit a23a3e9

Please sign in to comment.