Remove travelCancellation from booking form
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3378 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
8ef58d6438
commit
d18777296c
6 changed files with 5 additions and 40 deletions
|
|
@ -39,8 +39,6 @@ class BookingRequest
|
|||
*/
|
||||
private $insurance;
|
||||
|
||||
private $travelCancellation;
|
||||
|
||||
private $comfort = false;
|
||||
|
||||
private $travelOptions = [];
|
||||
|
|
@ -258,23 +256,6 @@ class BookingRequest
|
|||
{
|
||||
$this->insurance = $insurance;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public function getTravelCancellation()
|
||||
{
|
||||
return $this->travelCancellation;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param mixed $comfort
|
||||
*/
|
||||
public function setTravelCancellation($travelCancellation)
|
||||
{
|
||||
$this->travelCancellation = $travelCancellation;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue