Commit 342d268acc814630ced4ed328ef5b3a5e807d2e0
1 parent
7be37af229
Exists in
master
ubah timeStamp format
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
partner-kospinjasa.js
... | ... | @@ -53,7 +53,7 @@ function topupRequest(task, retry) { |
53 | 53 | amount: remoteProduct[1], |
54 | 54 | bit61: createBillNumber(task.destination), |
55 | 55 | reff: task.requestId, |
56 | - timeStamp: strftime('%d-%m-%Y %H:%M:%S', new Date()) | |
56 | + timeStamp: strftime('%Y-%m-%d %H:%M:%S', new Date()) | |
57 | 57 | } |
58 | 58 | |
59 | 59 | var signature = createSignature(params, config.h2h_out.password); |