Browse Source

fix: somgate default active

Anankke 11 months ago
parent
commit
ae4dedeea2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Services/Gateway/Smogate.php

+ 1 - 1
src/Services/Gateway/Smogate.php

@@ -22,7 +22,7 @@ final class Smogate extends Base
 
     public static function _enable(): bool
     {
-        return true;
+        return self::getActiveGateway('smogate');
     }
 
     public static function _readableName(): string