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 2cb965f commit 48eb9cfCopy full SHA for 48eb9cf
vendor/fuzion/omnipay-mercanet/src/Message/OffsiteCompleteAuthorizeResponse.php
@@ -29,13 +29,11 @@ public function isSuccessful()
29
/**
30
* Check response for a transaction reference.
31
*
32
- * This is generated by the supplier.
33
- *
34
* @return string|null
35
*/
36
public function getTransactionReference()
37
{
38
- return isset($this->data['s10TransactionId']) ? $this->data['s10TransactionId'] : null;
+ return isset($this->data['authorizationId']) ? $this->data['authorizationId'] : null;
39
}
40
41
0 commit comments