Commit 99ff196
authored
Enable serialization of nil values in structures sent to the API (#117)
Nil values can be sent to the API as shown in
https://softlayer.github.io/python/order_quote/.
Without this change, if we tried to do the same thing in softlayer-
ruby, the xmlrpc library returns an error as it is not configured
to serialize nil values.1 parent bcf8d1c commit 99ff196
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
| 18 | + | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
0 commit comments