io-digital/tephra

View on GitHub
src/accounting_respond.js

Summary

Maintainability
A
1 hr
Test Coverage

module.exports = function accounting_respond(
  decoded,
  rinfo,
  attributes,
  vendor_attributes,
  on_responded
) {
  this.respond(
    'acct',
    decoded,
    'Accounting-Response',
    rinfo,
    attributes,
    vendor_attributes,
    on_responded || function() {}
  )
}