We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 107ce83 + 0987dcc commit 96ce02bCopy full SHA for 96ce02b
fedex/config.py
@@ -20,7 +20,7 @@ class FedexConfig(object):
20
at a later time if you must.
21
"""
22
def __init__(self, key, password, account_number=None, meter_number=None,
23
- integrator_id=None, wsdl_path=None, use_test_server=False):
+ integrator_id=None, wsdl_path=None, express_region_code=None, use_test_server=False):
24
25
@type key: L{str}
26
@param key: Developer test key.
0 commit comments