We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63271d9 commit d110c00Copy full SHA for d110c00
1 file changed
examples/track_shipment.py
@@ -57,7 +57,7 @@
57
58
# This will dump the response data dict to json.
59
# from fedex.tools.conversion import sobject_to_json
60
-# print(basic_sobject_to_dict(track.response))
+# print(sobject_to_json(track.response))
61
62
# Look through the matches (there should only be one for a tracking number
63
# query), and show a few details about each shipment.
0 commit comments