1
0
Fork 0
liza/test/quote
Andrew Fanton 0be64040f8 [DEV-3514] Fix bug with expiration date calculation
The nature of this bug was two-fold:
1.) A new Date was being instantiated with seconds,
but the constructor expects milliseconds.
2.) The expiration period was not cast to a number,
causing an expression to concatenate strings instead of
adding numeric values; this greatly increased the actual
expiration date.
2019-05-30 14:29:55 -04:00
..
BaseQuoteTest.js [DEV-3514] Fix bug with expiration date calculation 2019-05-30 14:29:55 -04:00