diff --git a/lib/contracts/reimbursement.js b/lib/contracts/reimbursement.js index 0d9409e..391ae3e 100644 --- a/lib/contracts/reimbursement.js +++ b/lib/contracts/reimbursement.js @@ -16,7 +16,7 @@ class Reimbursement extends Record { } getData (id) { - return this.contract.getReimbursement(id); + return this.contract.get(id); } async add (attrs, callOptions = {}) {