Skip to content

Commit

Permalink
fixed parsian bug in getting referenceId on transaction cancelation s…
Browse files Browse the repository at this point in the history
…tate
  • Loading branch information
samuraee committed Apr 5, 2020
1 parent 7beef49 commit 58a91ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Adapter/Parsian.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,10 @@ protected function reverseTransaction(): bool
public function getGatewayReferenceId(): string
{
$this->checkRequiredParameters([
'RRN',
'Token',
]);

return $this->RRN;
return $this->Token;
}


Expand Down

0 comments on commit 58a91ae

Please sign in to comment.