Javascript – Nodejs: JSOn.stringify is rounding the numbers
Iam having a very weird problem. After making the call to the creditcard processor (CCBILL) with a payment token , they send back a subscription id .For example 0124058201000005323 should get returned. however what gets back is 124058201000005330. As you…