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 48eb9cf commit 185a70dCopy full SHA for 185a70d
vendor/fuzion/omnipay-mercanet/src/Message/OffsiteCompleteAuthorizeResponse.php
@@ -33,7 +33,7 @@ public function isSuccessful()
33
*/
34
public function getTransactionReference()
35
{
36
- return isset($this->data['authorizationId']) ? $this->data['authorizationId'] : null;
+ return isset($this->data['authorisationId']) ? $this->data['authorisationId'] : null;
37
}
38
39
/**
0 commit comments