We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21a33a commit 676f9cbCopy full SHA for 676f9cb
src/Hyperwallet/Model/Payment.php
@@ -163,7 +163,7 @@ public function setCurrency($currency) {
163
* @return string
164
*/
165
public function getDescription() {
166
- return $this->notes;
+ return $this->description;
167
}
168
169
/**
@@ -173,7 +173,7 @@ public function getDescription() {
173
* @return Payment
174
175
public function setDescription($description) {
176
- $this->notes = $description;
+ $this->description = $description;
177
return $this;
178
179
0 commit comments