Skip to content

Commit 185a70d

Browse files
Fix spelling
1 parent 48eb9cf commit 185a70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/fuzion/omnipay-mercanet/src/Message/OffsiteCompleteAuthorizeResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function isSuccessful()
3333
*/
3434
public function getTransactionReference()
3535
{
36-
return isset($this->data['authorizationId']) ? $this->data['authorizationId'] : null;
36+
return isset($this->data['authorisationId']) ? $this->data['authorisationId'] : null;
3737
}
3838

3939
/**

0 commit comments

Comments
 (0)