Skip to content

Commit 5bee40f

Browse files
committed
Merge pull request #36 from AxiaCore/master
Fixed production endpoint for rating and Ship service
2 parents 5150cfd + 922157a commit 5bee40f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fedex/wsdl/RateService_v16.wsdl

+1-1
Original file line numberDiff line numberDiff line change
@@ -4860,7 +4860,7 @@
48604860
</binding>
48614861
<service name="RateService">
48624862
<port name="RateServicePort" binding="ns:RateServiceSoapBinding">
4863-
<s1:address location="https://wsbeta.fedex.com:443/web-services/rate"/>
4863+
<s1:address location="https://ws.fedex.com:443/web-services/rate"/>
48644864
</port>
48654865
</service>
48664866
</definitions>

fedex/wsdl/ShipService_v13.wsdl

+2-2
Original file line numberDiff line numberDiff line change
@@ -6284,7 +6284,7 @@
62846284
</binding>
62856285
<service name="ShipService">
62866286
<port name="ShipServicePort" binding="ns:ShipServiceSoapBinding">
6287-
<s1:address location="https://wsbeta.fedex.com:443/web-services/ship"/>
6287+
<s1:address location="https://ws.fedex.com:443/web-services/ship"/>
62886288
</port>
62896289
</service>
6290-
</definitions>
6290+
</definitions>

0 commit comments

Comments
 (0)