Skip to content

Commit

Permalink
ADD: icon cash on delivery
Browse files Browse the repository at this point in the history
Closes #12
  • Loading branch information
GrimLink committed Dec 29, 2024
1 parent fac6c8a commit 68ace14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added
- Cash on Delivery Logo

## [1.2.3] - 2024-10-11
### Fixed
- iDeal stoke color in the flat version
Expand Down
3 changes: 2 additions & 1 deletion ViewModel/PaymentIconsInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
* @method string banktransferHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string belfiusHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string billerHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string billieHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string billinkHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string cashOnDeliveryHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string creditcardHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string directDebitHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string epsHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
Expand All @@ -32,7 +34,6 @@
* @method string googlepayHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string idealHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string in3Html(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string in3Html(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string kbcHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string klarnaHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
* @method string maestroHtml(string $classnames = '', ?int $width = 24, ?int $height = 24, array $attributes = [])
Expand Down

0 comments on commit 68ace14

Please sign in to comment.