Pauschalreisen raus, classOptions

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3478 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
adametz 2018-11-14 14:17:36 +00:00
parent 1b8f8389b9
commit a2a93aab0e
3 changed files with 2 additions and 5 deletions

View file

@ -63,7 +63,6 @@
--> -->
<ul class="nav nav-tabs nav-justified" role="tablist"> <ul class="nav nav-tabs nav-justified" role="tablist">
<li class="active"><a href="#tab_01" aria-controls="tab_01" role="tab" data-toggle="tab">Kulturreisen</a></li> <li class="active"><a href="#tab_01" aria-controls="tab_01" role="tab" data-toggle="tab">Kulturreisen</a></li>
<li><a href="/tt-suche">Pauschalreisen weltweit</a></li>
</ul> </ul>
<div class="tab-content"> <div class="tab-content">

View file

@ -173,8 +173,6 @@ class BookingController extends Controller
{ {
$crmBookingUrl = preg_replace('/\\/api/', '', $crmBookingUrl).'/edit'; $crmBookingUrl = preg_replace('/\\/api/', '', $crmBookingUrl).'/edit';
} }
var_dump($crmBookingUrl);
die();
$this->get('mailer')->send(\Swift_Message::newInstance() $this->get('mailer')->send(\Swift_Message::newInstance()
->setSubject('Ihr Buchungsauftrag bei STERN TOURS') ->setSubject('Ihr Buchungsauftrag bei STERN TOURS')
@ -444,7 +442,7 @@ class BookingController extends Controller
{ {
$outPriceInfo['classOptions'][] = [ $outPriceInfo['classOptions'][] = [
'count' => $room['persons']['total'], 'count' => $room['persons']['total'],
'name' => 'zugebuchte Leistung: Komfort (4 Sterne)', 'name' => 'Komfort (4 Sterne)',
'price' => $room['price']->getEffectiveComfortPrice() 'price' => $room['price']->getEffectiveComfortPrice()
]; ];
} }

View file

@ -16,7 +16,7 @@ abstract class SternToursCrmExporter
const API_URL_LOCAL = 'http://cms-stern-tours.local/api'; const API_URL_LOCAL = 'http://cms-stern-tours.local/api';
const API_URL = 'https://www.cms.stern-tours.net/api'; const API_URL = 'https://cms.stern-tours.net/api';
const API_v3_URL_LOCAL = 'http://crm-stern-tours.local/'; const API_v3_URL_LOCAL = 'http://crm-stern-tours.local/';
const API_v3_URL = 'https://mein.sterntours.de/'; const API_v3_URL = 'https://mein.sterntours.de/';