Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Walletobjects/EventTicketClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -1243,8 +1243,8 @@ public function getTextModulesData()
return $this->textModulesData;
}
/**
* Optional value added module data. Maximum of twelve on the class. For a
* pass only twelve will be displayed, prioritizing those from the object.
* Optional value added module data. Maximum of fifteen on the class. For a
* pass only fifteen will be displayed, prioritizing those from the object.
*
* @param ValueAddedModuleData[] $valueAddedModuleData
*/
Expand Down
3 changes: 2 additions & 1 deletion src/Walletobjects/EventTicketObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,8 @@ public function getValidTimeInterval()
return $this->validTimeInterval;
}
/**
* Optional value added module data. Maximum of twelve on the object.
* Optional value added module data. Maximum of fifteen on the object. For a
* pass only fifteen will be displayed.
*
* @param ValueAddedModuleData[] $valueAddedModuleData
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Walletobjects/FlightClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -1168,8 +1168,8 @@ public function getTextModulesData()
return $this->textModulesData;
}
/**
* Optional value added module data. Maximum of twelve on the class. For a
* pass only twelve will be displayed, prioritizing those from the object.
* Optional value added module data. Maximum of fifteen on the class. For a
* pass only fifteen will be displayed, prioritizing those from the object.
*
* @param ValueAddedModuleData[] $valueAddedModuleData
*/
Expand Down
3 changes: 2 additions & 1 deletion src/Walletobjects/FlightObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,8 @@ public function getValidTimeInterval()
return $this->validTimeInterval;
}
/**
* Optional value added module data. Maximum of twelve on the object.
* Optional value added module data. Maximum of fifteen on the object. For a
* pass only fifteen will be displayed.
*
* @param ValueAddedModuleData[] $valueAddedModuleData
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Walletobjects/GenericClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,8 @@ public function getTextModulesData()
return $this->textModulesData;
}
/**
* Optional value added module data. Maximum of twelve on the class. For a
* pass only twelve will be displayed, prioritizing those from the object.
* Optional value added module data. Maximum of fifteen on the class. For a
* pass only fifteen will be displayed, prioritizing those from the object.
*
* @param ValueAddedModuleData[] $valueAddedModuleData
*/
Expand Down
3 changes: 2 additions & 1 deletion src/Walletobjects/GenericObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,8 @@ public function getValidTimeInterval()
return $this->validTimeInterval;
}
/**
* Optional value added module data. Maximum of twelve on the object.
* Optional value added module data. Maximum of fifteen on the object. For a
* pass only fifteen will be displayed.
*
* @param ValueAddedModuleData[] $valueAddedModuleData
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Walletobjects/GiftCardClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -964,8 +964,8 @@ public function getTextModulesData()
return $this->textModulesData;
}
/**
* Optional value added module data. Maximum of twelve on the class. For a
* pass only twelve will be displayed, prioritizing those from the object.
* Optional value added module data. Maximum of fifteen on the class. For a
* pass only fifteen will be displayed, prioritizing those from the object.
*
* @param ValueAddedModuleData[] $valueAddedModuleData
*/
Expand Down
3 changes: 2 additions & 1 deletion src/Walletobjects/GiftCardObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,8 @@ public function getValidTimeInterval()
return $this->validTimeInterval;
}
/**
* Optional value added module data. Maximum of twelve on the object.
* Optional value added module data. Maximum of fifteen on the object. For a
* pass only fifteen will be displayed.
*
* @param ValueAddedModuleData[] $valueAddedModuleData
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Walletobjects/LoyaltyClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -1093,8 +1093,8 @@ public function getTextModulesData()
return $this->textModulesData;
}
/**
* Optional value added module data. Maximum of twelve on the class. For a
* pass only twelve will be displayed, prioritizing those from the object.
* Optional value added module data. Maximum of fifteen on the class. For a
* pass only fifteen will be displayed, prioritizing those from the object.
*
* @param ValueAddedModuleData[] $valueAddedModuleData
*/
Expand Down
3 changes: 2 additions & 1 deletion src/Walletobjects/LoyaltyObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,8 @@ public function getValidTimeInterval()
return $this->validTimeInterval;
}
/**
* Optional value added module data. Maximum of twelve on the object.
* Optional value added module data. Maximum of fifteen on the object. For a
* pass only fifteen will be displayed.
*
* @param ValueAddedModuleData[] $valueAddedModuleData
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Walletobjects/OfferClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -1063,8 +1063,8 @@ public function getTitleImage()
return $this->titleImage;
}
/**
* Optional value added module data. Maximum of twelve on the class. For a
* pass only twelve will be displayed, prioritizing those from the object.
* Optional value added module data. Maximum of fifteen on the class. For a
* pass only fifteen will be displayed, prioritizing those from the object.
*
* @param ValueAddedModuleData[] $valueAddedModuleData
*/
Expand Down
3 changes: 2 additions & 1 deletion src/Walletobjects/OfferObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,8 @@ public function getValidTimeInterval()
return $this->validTimeInterval;
}
/**
* Optional value added module data. Maximum of twelve on the object.
* Optional value added module data. Maximum of fifteen on the object. For a
* pass only fifteen will be displayed.
*
* @param ValueAddedModuleData[] $valueAddedModuleData
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Walletobjects/TransitClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -1257,8 +1257,8 @@ public function getTransitType()
return $this->transitType;
}
/**
* Optional value added module data. Maximum of twelve on the class. For a
* pass only twelve will be displayed, prioritizing those from the object.
* Optional value added module data. Maximum of fifteen on the class. For a
* pass only fifteen will be displayed, prioritizing those from the object.
*
* @param ValueAddedModuleData[] $valueAddedModuleData
*/
Expand Down
3 changes: 2 additions & 1 deletion src/Walletobjects/TransitObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,8 @@ public function getValidTimeInterval()
return $this->validTimeInterval;
}
/**
* Optional value added module data. Maximum of twelve on the object.
* Optional value added module data. Maximum of fifteen on the object. For a
* pass only fifteen will be displayed.
*
* @param ValueAddedModuleData[] $valueAddedModuleData
*/
Expand Down