Skip to content

Commit

Permalink
Changed the icon of the offline payment gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Apr 29, 2024
1 parent 5517820 commit 01aa976
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Gateways/NullGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static function getName(): string

public static function svgIcon(): string
{
return '<svg viewBox="0 0 512 512"><path fill="#A3A3A3" d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"/></svg>';
return '<svg viewBox="0 0 576 512"><path d="M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L454.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L432 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L409.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L432 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"/></svg>';
}

public function createPaymentRequest(
Expand Down

0 comments on commit 01aa976

Please sign in to comment.