From 01aa9764014a7cf2405bec831e0b8752a9a47a28 Mon Sep 17 00:00:00 2001
From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com>
Date: Mon, 29 Apr 2024 16:40:26 +0300
Subject: [PATCH] Changed the icon of the offline payment gateway
---
Changelog.md | 5 +++++
Gateways/NullGateway.php | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
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(