Commit 1c0291c88a99947019af013044ce3991624ac142
1 parent
9e047c1224
Exists in
master
perbaikan random reff
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
partner-kospinjasa.js
... | ... | @@ -49,7 +49,7 @@ function saldoCheck(callback, task) { |
49 | 49 | productCode: '00000' , |
50 | 50 | terminal: 'H2HIPN10', |
51 | 51 | transactionType: '61', |
52 | - reff: Math.random() * 99999999; | |
52 | + reff: Math.ceil( Math.random() * 99999999 ), | |
53 | 53 | timeStamp: strftime('%Y-%m-%d %H:%M:%S', new Date()) |
54 | 54 | } |
55 | 55 |