Commit cc4b4d24b85ddecb4b32eea501362cd899eebe5d
1 parent
b6891de212
Exists in
master
perbaikan typo
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
partner-datacell.js
... | ... | @@ -29,7 +29,7 @@ function createPayload(task) { |
29 | 29 | time: timestamp, |
30 | 30 | msisdn: task['destination'], |
31 | 31 | ref_trxid: task['requestId'], |
32 | - sgn: calculateSignature(config.h2h_out.userid, config.h2h_out.password, task['destination'], timestamp); | |
32 | + sgn: calculateSignature(config.h2h_out.userid, config.h2h_out.password, task['destination'], timestamp) | |
33 | 33 | } |
34 | 34 | }; |
35 | 35 |