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.
1 parent 1dd2cb2 commit b349642Copy full SHA for b349642
src/FlexiPeeHP/FlexiBeeRO.php
@@ -883,7 +883,7 @@ public function evidenceUrlWithSuffix($urlSuffix)
883
public function updateApiURL()
884
{
885
$this->apiURL = $this->getEvidenceURL();
886
- $rowIdentifier = $this->getRecordIent();
+ $rowIdentifier = $this->getRecordIdent();
887
if (empty($rowIdentifier)) {
888
$rowIdentifier = $this->getRecordCode();
889
0 commit comments