File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ In the examples below, we have supplied the `format` parameter as `"json_numbers
23
23
numbers returned from our API as strings. If you need to perform arithmetic on these numbers, you *** must***
24
24
use an arbitrary-precision library:
25
25
26
- - [ BigDecimal.js] ( https://github.com/iriscouch/bigdecimal.js ) : a literal port of Java's BigInteger and BigDecimal classes.
27
- - [ bignum] ( https://github.com/justmoon/node-bignum ) : Big integer arithmetic using OpenSSL.
26
+ - [ bignumber.js] ( https://github.com/MikeMcl/bignumber.js ) : A JavaScript library for arbitrary-precision decimal and non-decimal arithmetic
28
27
29
28
Alternatively, instead supply the (default) ` "format":"json" ` and the API will encode numbers directly in JSON.
30
29
@@ -36,7 +35,7 @@ let wyre = new WyreClient({
36
35
format: " json_numberstring" ,
37
36
apiKey: " P334FCDXQ4UVAWVPUZ4V" ,
38
37
secretKey: " 4AZEWMYB7CFJWWZMCEWX"
39
- // baseUrl: "https://api.testwyre.com"
38
+ // baseUrl: "https://api.testwyre.com"
40
39
})
41
40
42
41
wyre .get (" /account" )
You can’t perform that action at this time.
0 commit comments