Skip to content

Commit

Permalink
Merge pull request #189 from ouail/master
Browse files Browse the repository at this point in the history
Fix currency attribute
  • Loading branch information
fulopattila122 authored Oct 15, 2024
2 parents 07b4e3a + 9f0e030 commit b656ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Channel/Models/Channel.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public function getLanguage(): string

public function getCurrency(): ?string
{
return $this->language;
return $this->currency;
}

public function getDomain(): ?string
Expand Down

0 comments on commit b656ec0

Please sign in to comment.