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 185368d commit 17c0bc7Copy full SHA for 17c0bc7
src/Message/Response.php
@@ -54,6 +54,11 @@ public function getTransactionReference()
54
return json_encode($reference);
55
}
56
57
+ public function getStatus()
58
+ {
59
+ return isset($this->data['Status']) ? $this->data['Status'] : null;
60
+ }
61
+
62
public function getMessage()
63
{
64
return isset($this->data['StatusDetail']) ? $this->data['StatusDetail'] : null;
0 commit comments