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.
2 parents daac5fc + 6364f11 commit 272bd5cCopy full SHA for 272bd5c
src/Callback/Result.php
@@ -156,7 +156,7 @@ public function addExtraData($key, $value) {
156
/**
157
* @return string
158
*/
159
- public function getMerchantMetaData(): string
+ public function getMerchantMetaData()
160
{
161
return $this->merchantMetaData;
162
}
@@ -165,7 +165,7 @@ public function getMerchantMetaData(): string
165
* @param string $merchantMetaData
166
* @return Result
167
168
- public function setMerchantMetaData(string $merchantMetaData): Result
+ public function setMerchantMetaData($merchantMetaData)
169
170
$this->merchantMetaData = $merchantMetaData;
171
return $this;
@@ -370,4 +370,4 @@ public function toArray() {
370
return $properties;
371
372
373
-}
+}
0 commit comments