@@ -31,15 +31,15 @@ def __init__(self, config_obj, *args, **kwargs):
31
31
# Holds version info for the VersionId SOAP object.
32
32
self ._version_info = {
33
33
'service_id' : 'ship' ,
34
- 'major' : '23 ' ,
34
+ 'major' : '26 ' ,
35
35
'intermediate' : '0' ,
36
36
'minor' : '0'
37
37
}
38
38
self .RequestedShipment = None
39
39
"""@ivar: Holds the RequestedShipment WSDL object."""
40
40
# Call the parent FedexBaseService class for basic setup work.
41
41
super (FedexProcessShipmentRequest , self ).__init__ (
42
- self ._config_obj , 'ShipService_v23 .wsdl' , * args , ** kwargs )
42
+ self ._config_obj , 'ShipService_v26 .wsdl' , * args , ** kwargs )
43
43
44
44
def _prepare_wsdl_objects (self ):
45
45
"""
@@ -177,15 +177,15 @@ def __init__(self, config_obj, *args, **kwargs):
177
177
self ._config_obj = config_obj
178
178
179
179
# Holds version info for the VersionId SOAP object.
180
- self ._version_info = {'service_id' : 'ship' , 'major' : '23 ' ,
180
+ self ._version_info = {'service_id' : 'ship' , 'major' : '26 ' ,
181
181
'intermediate' : '0' , 'minor' : '0' }
182
182
self .DeletionControlType = None
183
183
"""@ivar: Holds the DeletrionControlType WSDL object."""
184
184
self .TrackingId = None
185
185
"""@ivar: Holds the TrackingId WSDL object."""
186
186
# Call the parent FedexBaseService class for basic setup work.
187
187
super (FedexDeleteShipmentRequest , self ).__init__ (self ._config_obj ,
188
- 'ShipService_v23 .wsdl' ,
188
+ 'ShipService_v26 .wsdl' ,
189
189
* args , ** kwargs )
190
190
191
191
def _prepare_wsdl_objects (self ):
0 commit comments