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 1fe974b + 17c0bc7 commit 087f3e2Copy full SHA for 087f3e2
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