diff --git a/pepexample/pep.js b/pepexample/pep.js index 2732f7c..72c9e6e 100644 --- a/pepexample/pep.js +++ b/pepexample/pep.js @@ -402,7 +402,7 @@ function buildAccountingRecord(context){ function sendAccountingRecord(context){ log(context, "Inside send accounting"); - context.request.subrequest("/accounting", { detached : true, body : JSON.stringify(context.record) }) + context.request.subrequest("/accounting", { detached : true, body : JSON.stringify([context.record]) }) return context }