diff --git a/src/Services/Gateway/Smogate.php b/src/Services/Gateway/Smogate.php index 89c4d415ad..5c0cd1d158 100644 --- a/src/Services/Gateway/Smogate.php +++ b/src/Services/Gateway/Smogate.php @@ -22,7 +22,7 @@ public static function _name(): string public static function _enable(): bool { - return true; + return self::getActiveGateway('smogate'); } public static function _readableName(): string