@@ -93,6 +93,10 @@ function __construct(){
)
);
+ if($data['printcode'] == 'FEDEX_G'){
+ $count['OrderType'] = 1;
+ }
+
$count = json_encode($count,true);
$ch = curl_init();