Skip to content

Commit

Permalink
- Fix smartrate function name in Ruby examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed May 24, 2024
1 parent afa9105 commit 8ed6ea8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

retrieved_shipment = client.shipment.retrieve('shp_...')

shipment = client.shipment.get_smartrates(retrieved_shipment.id)
shipment = client.shipment.get_smart_rates(retrieved_shipment.id)

puts shipment

0 comments on commit 8ed6ea8

Please sign in to comment.