Skip to content

Commit f265b21

Browse files
Update get-rates-with-shipment-details.md
1 parent 5759d17 commit f265b21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/get-rates-with-shipment-details.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public class ShipEngineDemo {
6767
)
6868
));
6969

70-
Map<String, String> result = shipengine.createLabelFromShipmentDetails(shipmentDetails);
70+
Map<String, String> result = shipengine.getRatesWithShipmentDetails(shipmentDetails);
7171
System.out.println("result = " + result);
7272
}
7373
}
@@ -253,4 +253,4 @@ Exceptions
253253
----------
254254

255255
- This method will only throw an exception that is an instance/extension of **ShipEngineException** if there is a
256-
problem if a problem occurs, such as a network error or an error response from the API.
256+
problem if a problem occurs, such as a network error or an error response from the API.

0 commit comments

Comments
 (0)