Skip to content

Commit 96ce02b

Browse files
author
Greg Taylor
committed
Merge remote branch 'jcart/master'
2 parents 107ce83 + 0987dcc commit 96ce02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fedex/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class FedexConfig(object):
2020
at a later time if you must.
2121
"""
2222
def __init__(self, key, password, account_number=None, meter_number=None,
23-
integrator_id=None, wsdl_path=None, use_test_server=False):
23+
integrator_id=None, wsdl_path=None, express_region_code=None, use_test_server=False):
2424
"""
2525
@type key: L{str}
2626
@param key: Developer test key.

0 commit comments

Comments
 (0)