Skip to content

any remittance can be read by id - #1444

Open
bakarezainab wants to merge 4 commits into
LabsCrypt:mainfrom
bakarezainab:ID-remittance
Open

any remittance can be read by id#1444
bakarezainab wants to merge 4 commits into
LabsCrypt:mainfrom
bakarezainab:ID-remittance

Conversation

@bakarezainab

Copy link
Copy Markdown

Pull Request Checklist

Please ensure your PR follows these steps, mirroring our CONTRIBUTING.md guidelines.

  • I have read the CONTRIBUTING.md document.
  • My code follows the code style of this project.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • I have updated the documentation accordingly.
  • I have verified the changes locally

Closes #1374

return {
...old,
totalOwed: newOwed,
totalRepaid: newRepaid,
}

const [whole = "0", fraction = ""] = value.split(".");
const normalizedFraction = fraction.padEnd(decimals, "0").slice(0, decimals);
}

const [whole = "0", fraction = ""] = value.split(".");
const normalizedFraction = fraction.padEnd(decimals, "0").slice(0, decimals);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Backend] IDOR: any remittance can be read by id

2 participants