Skip to content

Commit 9a0f9ed

Browse files
authored
Update CompletePurchaseResponse.php
1 parent 1ad8f73 commit 9a0f9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message/CompletePurchaseResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function getMessage()
3131
if ($status = $this->getStatus()) {
3232
return $status;
3333
} elseif (!is_null($this->code)) {
34-
return $this->data;
34+
return $this->message;
3535
}
3636

3737
return null;

0 commit comments

Comments
 (0)