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.
2 parents 6b4ed24 + b0c5e17 commit 6a6c239Copy full SHA for 6a6c239
src/Adapter/Zarinpal.php
@@ -147,7 +147,7 @@ protected function verifyTransaction(): bool
147
148
if ($response->Status == 100) {
149
$this->getTransaction()->setVerified();
150
- $this->getTransaction()->setReferenceId($response->RefID); // update transaction reference id
+ $this->getTransaction()->setReferenceId((string)$response->RefID); // update transaction reference id
151
152
return true;
153
} else {
0 commit comments