Git Repository Public Repository

namibia

URLs

Copy to Clipboard

Diff Revisions df0489 ... vs bb2698 ... for module/Valuation/src/Valuation/Service/Valuation.php

Diff revisions: vs.
  @@ -135,7 +135,7 @@
135 135 </customer>
136 136 <vendor>
137 137 <id>99999</id>
138 - <vendorname>bid4cars.co.za</vendorname>
138 + <vendorname>bid4cars.com.na</vendorname>
139 139 <contact>
140 140 <name part="full">unknown</name>
141 141 <email>dm1408082@highergear.net</email>
  @@ -354,7 +354,7 @@
354 354 $priceGuide->stock->createdBy->id,
355 355 null,
356 356 null,
357 - 'info@bid4cars.co.za',
357 + 'info@bid4cars.com.na',
358 358 null,
359 359 'Price Guide Offer Accepted',
360 360 'price-guide-offer-accepted',
  @@ -542,7 +542,7 @@
542 542 $userId = \Utility\Registry::isAuthenticated()
543 543 ? \Utility\Registry::getAuthParam('id')
544 544 : 0;
545 - exec("php /var/www/B4C2/public/index.php valuation change 3 " . $valuation->id . " $userId > /dev/null &");
545 + exec("php /var/www/namibia/public/index.php valuation change 3 " . $valuation->id . " $userId > /dev/null &");
546 546 return 'This.Archived';
547 547 }
548 548
  @@ -556,7 +556,7 @@
556 556 $userId = \Utility\Registry::isAuthenticated()
557 557 ? \Utility\Registry::getAuthParam('id')
558 558 : 0;
559 - exec("php /var/www/B4C2/public/index.php valuation change 1 " . $valuation->id . " $userId > /dev/null &");
559 + exec("php /var/www/namibia/public/index.php valuation change 1 " . $valuation->id . " $userId > /dev/null &");
560 560 return 'This.' . str_replace(' ', '', $valuation->previousState);
561 561 }
562 562
  @@ -733,7 +733,7 @@
733 733 </customer>
734 734 <vendor>
735 735 <id>99999</id>
736 - <vendorname>bid4cars.co.za</vendorname>
736 + <vendorname>bid4cars.com.na</vendorname>
737 737 <contact>
738 738 <name part="full">unknown</name>
739 739 <email>dm705161@highergear.net</email>
  @@ -923,7 +923,7 @@
923 923 && $record->xmlRpcClient->triggerSentToSales
924 924 )
925 925 {
926 - exec("php /var/www/B4C2/public/index.php xmlrpc sentToSales "
926 + exec("php /var/www/namibia/public/index.php xmlrpc sentToSales "
927 927 . $record->id
928 928 . " >>/log/php.log &");
929 929 }
  @@ -1165,11 +1165,11 @@
1165 1165 'public-submission',
1166 1166 $params
1167 1167 );
1168 - // Removed info@ to 'mohau@bid4cars.co.za', and 'dineo@bid4cars.co.za'
1168 + // Removed info@ to 'mohau@bid4cars.com.na', and 'dineo@bid4cars.com.na'
1169 1169 $oNotify->sendFromTemplate(
1170 1170 null, null,
1171 1171 null, null,
1172 - 'mohau@bid4cars.co.za', null,
1172 + 'mohau@bid4cars.com.na', null,
1173 1173 'Notification of successful submission of vehicle',
1174 1174 'public-submission',
1175 1175 $params
  @@ -1178,7 +1178,7 @@
1178 1178 $oNotify->sendFromTemplate(
1179 1179 null, null,
1180 1180 null, null,
1181 - 'dineo@bid4cars.co.za', null,
1181 + 'dineo@bid4cars.com.na', null,
1182 1182 'Notification of successful submission of vehicle',
1183 1183 'public-submission',
1184 1184 $params
  @@ -2345,7 +2345,7 @@
2345 2345 $userId = \Utility\Registry::isAuthenticated()
2346 2346 ? \Utility\Registry::getAuthParam('id')
2347 2347 : 0;
2348 - exec("php /var/www/B4C2/public/index.php valuation change 1 " . $record->id . " $userId > /dev/null &");
2348 + exec("php /var/www/namibia/public/index.php valuation change 1 " . $record->id . " $userId > /dev/null &");
2349 2349 }
2350 2350
2351 2351 /**
  @@ -2363,7 +2363,7 @@
2363 2363 $userId = \Utility\Registry::isAuthenticated()
2364 2364 ? \Utility\Registry::getAuthParam('id')
2365 2365 : 0;
2366 - exec("php /var/www/B4C2/public/index.php valuation change 2 " . $record->id . " $userId > /dev/null &");
2366 + exec("php /var/www/namibia/public/index.php valuation change 2 " . $record->id . " $userId > /dev/null &");
2367 2367 }
2368 2368
2369 2369 /**
  @@ -2381,7 +2381,7 @@
2381 2381 $userId = \Utility\Registry::isAuthenticated()
2382 2382 ? \Utility\Registry::getAuthParam('id')
2383 2383 : 0;
2384 - exec("php /var/www/B4C2/public/index.php valuation change 3 " . $record->id . " $userId > /dev/null &");
2384 + exec("php /var/www/namibia/public/index.php valuation change 3 " . $record->id . " $userId > /dev/null &");
2385 2385 }
2386 2386
2387 2387 /**