Commit ff7ab72a01c5260f64e6af7b7c8edf550c7b5f5d

Authored by Adhidarma Hadiwinoto
1 parent 43eae54acb
Exists in master

post raw response

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

... ... @@ -83,7 +83,8 @@ function reportUsingHttpPost(data) {
83 83 message: data.message,
84 84 handler: config.handler_name,
85 85 sn: data.sn,
86   - amount: data.amount
  86 + amount: data.amount,
  87 + raw: data.raw
87 88 }
88 89 }
89 90