diff --git a/Changelog.md b/Changelog.md index d42d398..d2473bc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,11 @@ ## 4.x Series +## Unreleased +##### 2024-XX-YY + +- Changed the offline payment gateway's icon from a circle to a plug+x + ## 4.0.0 ##### 2024-04-25 diff --git a/Gateways/NullGateway.php b/Gateways/NullGateway.php index 950b095..6cfe839 100644 --- a/Gateways/NullGateway.php +++ b/Gateways/NullGateway.php @@ -33,7 +33,7 @@ public static function getName(): string public static function svgIcon(): string { - return ''; + return ''; } public function createPaymentRequest(