EU Reiserecht - Booking
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3419 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
8fd6f63403
commit
2360290f06
25 changed files with 1089 additions and 229 deletions
|
|
@ -261,7 +261,10 @@ class BookingSternToursCrmExporter extends SternToursCrmExporter
|
|||
'pax' => $bookingRequest->getTravelerCount(),
|
||||
'travel_number' => $travelDate->getName(),
|
||||
'price' => $bookingPriceInfo['totalWithoutInsurance'],
|
||||
|
||||
'price_total' => $bookingPriceInfo['total'],
|
||||
'deposit_total' => $bookingPriceInfo['deposit_total'],
|
||||
'final_payment' => $bookingPriceInfo['final_payment'],
|
||||
'final_payment_date' => date("Y-m-d",strtotime($bookingPriceInfo['final_payment_date'])),
|
||||
'participant_salutation_id' => $bookingRequest->getTravelers()[0]->getSex(),
|
||||
'participant_name' => $bookingRequest->getTravelers()[0]->getLastName(),
|
||||
'participant_firstname' => $bookingRequest->getTravelers()[0]->getFirstName(),
|
||||
|
|
|
|||
|
|
@ -12,7 +12,8 @@ use Monolog\Logger;
|
|||
|
||||
abstract class SternToursCrmExporter
|
||||
{
|
||||
const API_URL = 'http://www.cms.stern-tours.net/api';
|
||||
//const API_URL = 'http://www.cms.stern-tours.net/api';
|
||||
const API_URL = 'http://cms-stern-torus.local//api';
|
||||
const API_KEY = 'f6077389c9ce710e554763a5de02c8ec';
|
||||
const API_USER_ID = 15; // 'apiuser'
|
||||
const WEBSITE_ID = 1; // 'sterntours.de'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue