Skip to content

Commit f3cab90

Browse files
author
Greg Taylor
committed
Fixing a bug with international examples.
1 parent d22d02a commit f3cab90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rate_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
# See page 355 in WS_ShipService.pdf for a full list. Here are the common ones:
2727
# STANDARD_OVERNIGHT, PRIORITY_OVERNIGHT, FEDEX_GROUND, FEDEX_EXPRESS_SAVER
28-
rate_request.RequestedShipment.ServiceType = 'INTERNATIONAL_PRIORITY'
28+
rate_request.RequestedShipment.ServiceType = 'FEDEX_GROUND'
2929

3030
# What kind of package this will be shipped in.
3131
# FEDEX_BOX, FEDEX_PAK, FEDEX_TUBE, YOUR_PACKAGING

0 commit comments

Comments
 (0)