We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee45f5e commit d161abeCopy full SHA for d161abe
src/Provider/MellatProvider.php
@@ -131,7 +131,7 @@ public function verifyTransaction(): bool
131
throw new Exception(sprintf('shaparak::mellat.error_%s', $response->return));
132
}
133
134
- $this->getTransaction()->setCardNumber($this->getParameters('CardHolderInfo'));
+ $this->getTransaction()->setCardNumber($this->getParameters('CardHolderPan'));
135
$this->getTransaction()->setVerified(true); // save()
136
137
return true;
0 commit comments