Skip to content

Commit 676f9cb

Browse files
LI-93872 - Introduce payment's notes field
1 parent b21a33a commit 676f9cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Hyperwallet/Model/Payment.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public function setCurrency($currency) {
163163
* @return string
164164
*/
165165
public function getDescription() {
166-
return $this->notes;
166+
return $this->description;
167167
}
168168

169169
/**
@@ -173,7 +173,7 @@ public function getDescription() {
173173
* @return Payment
174174
*/
175175
public function setDescription($description) {
176-
$this->notes = $description;
176+
$this->description = $description;
177177
return $this;
178178
}
179179

0 commit comments

Comments
 (0)