diff --git a/src/Adapter/Parsian.php b/src/Adapter/Parsian.php index 312b685..4be87a6 100755 --- a/src/Adapter/Parsian.php +++ b/src/Adapter/Parsian.php @@ -226,10 +226,10 @@ protected function reverseTransaction(): bool public function getGatewayReferenceId(): string { $this->checkRequiredParameters([ - 'RRN', + 'Token', ]); - return $this->RRN; + return $this->Token; }