Compare commits

..

No commits in common. "7eceea5d57a167a88561448f0759e54d3a6065cd" and "43d9bc0a072eec3a6a487fb7707ecc6dfdfb341d" have entirely different histories.

View File

@ -16,7 +16,7 @@ class Reimbursement extends Record {
}
getData (id) {
return this.contract.get(id);
return this.contract.getReimbursement(id);
}
async add (attrs, callOptions = {}) {