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 b6e790a commit 1dd2cb2Copy full SHA for 1dd2cb2
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->getRecordID();
+ $rowIdentifier = $this->getRecordIent();
887
if (empty($rowIdentifier)) {
888
$rowIdentifier = $this->getRecordCode();
889
0 commit comments