Skip to content

Commit

Permalink
Fix Test Environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Moustafa22 committed Dec 15, 2020
1 parent 6bea25b commit a160ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helpers/AramexHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public static function getSoapClient($type)
if ($test)
return new SoapClient(dirname(__FILE__) . '/../../wsdls/test/shipping.xml');
else
return new SoapClient(dirname(__FILE__) . '/../../wsdls/test/shipping.xml');
return new SoapClient(dirname(__FILE__) . '/../../wsdls/live/shipping.xml');
break;

case self::TRACKING:
Expand Down

0 comments on commit a160ad3

Please sign in to comment.