Skip to content

Commit

Permalink
fix: somgate default active
Browse files Browse the repository at this point in the history
  • Loading branch information
Anankke committed Nov 11, 2024
1 parent 08335b6 commit ae4dede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/Gateway/Smogate.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae4dede

Please sign in to comment.