Commit 96506261 authored by Khumoyunmirzo Sodiqov's avatar Khumoyunmirzo Sodiqov

video

parent 3372b651
...@@ -84,7 +84,7 @@ class DeliverySytemsController extends Controller ...@@ -84,7 +84,7 @@ class DeliverySytemsController extends Controller
$userCredential = new WebAuthenticationCredential(); $userCredential = new WebAuthenticationCredential();
$userCredential $userCredential
->setKey('WZmcVJM6rADSDHRA') ->setKey('2WrQK1IeH6jBoghg')
->setPassword('RFdr6uqXNvFpZVvwtoEaGLuRG'); ->setPassword('RFdr6uqXNvFpZVvwtoEaGLuRG');
$webAuthenticationDetail = new WebAuthenticationDetail(); $webAuthenticationDetail = new WebAuthenticationDetail();
$webAuthenticationDetail->setUserCredential($userCredential); $webAuthenticationDetail->setUserCredential($userCredential);
...@@ -180,6 +180,8 @@ class DeliverySytemsController extends Controller ...@@ -180,6 +180,8 @@ class DeliverySytemsController extends Controller
$processShipmentRequest->setVersion($version); $processShipmentRequest->setVersion($version);
$processShipmentRequest->setRequestedShipment($requestedShipment); $processShipmentRequest->setRequestedShipment($requestedShipment);
$shipService = new Request(); $shipService = new Request();
// $shipService->getSoapClient()->SoapClient('https://ws.fedex.com:443/web-services');
$shipService->getSoapClient()->SoapClient('https://ws.fedex.com:443/web-services');
$result = $shipService->getProcessShipmentReply($processShipmentRequest); $result = $shipService->getProcessShipmentReply($processShipmentRequest);
if ($result->HighestSeverity == 'ERROR') { if ($result->HighestSeverity == 'ERROR') {
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment