diff --git a/src/Walletobjects/EventTicketClass.php b/src/Walletobjects/EventTicketClass.php index cdb1f3ad4a..470d6d6b51 100644 --- a/src/Walletobjects/EventTicketClass.php +++ b/src/Walletobjects/EventTicketClass.php @@ -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 */ diff --git a/src/Walletobjects/EventTicketObject.php b/src/Walletobjects/EventTicketObject.php index 72e0a31107..1fd385ada1 100644 --- a/src/Walletobjects/EventTicketObject.php +++ b/src/Walletobjects/EventTicketObject.php @@ -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 */ diff --git a/src/Walletobjects/FlightClass.php b/src/Walletobjects/FlightClass.php index 55b04c53c1..9b1f04ec55 100644 --- a/src/Walletobjects/FlightClass.php +++ b/src/Walletobjects/FlightClass.php @@ -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 */ diff --git a/src/Walletobjects/FlightObject.php b/src/Walletobjects/FlightObject.php index 90a29b5c04..a429ff2aa1 100644 --- a/src/Walletobjects/FlightObject.php +++ b/src/Walletobjects/FlightObject.php @@ -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 */ diff --git a/src/Walletobjects/GenericClass.php b/src/Walletobjects/GenericClass.php index 10f8eee40c..170e688f5d 100644 --- a/src/Walletobjects/GenericClass.php +++ b/src/Walletobjects/GenericClass.php @@ -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 */ diff --git a/src/Walletobjects/GenericObject.php b/src/Walletobjects/GenericObject.php index 3fc31a448e..33382ba7cc 100644 --- a/src/Walletobjects/GenericObject.php +++ b/src/Walletobjects/GenericObject.php @@ -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 */ diff --git a/src/Walletobjects/GiftCardClass.php b/src/Walletobjects/GiftCardClass.php index 281bfad765..2c94fe16fe 100644 --- a/src/Walletobjects/GiftCardClass.php +++ b/src/Walletobjects/GiftCardClass.php @@ -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 */ diff --git a/src/Walletobjects/GiftCardObject.php b/src/Walletobjects/GiftCardObject.php index 76e96ed2d7..debaca75f2 100644 --- a/src/Walletobjects/GiftCardObject.php +++ b/src/Walletobjects/GiftCardObject.php @@ -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 */ diff --git a/src/Walletobjects/LoyaltyClass.php b/src/Walletobjects/LoyaltyClass.php index b694b6d8b9..ff8274b3da 100644 --- a/src/Walletobjects/LoyaltyClass.php +++ b/src/Walletobjects/LoyaltyClass.php @@ -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 */ diff --git a/src/Walletobjects/LoyaltyObject.php b/src/Walletobjects/LoyaltyObject.php index bf04988871..5ef5c2a4c8 100644 --- a/src/Walletobjects/LoyaltyObject.php +++ b/src/Walletobjects/LoyaltyObject.php @@ -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 */ diff --git a/src/Walletobjects/OfferClass.php b/src/Walletobjects/OfferClass.php index 008411a180..9301259cd0 100644 --- a/src/Walletobjects/OfferClass.php +++ b/src/Walletobjects/OfferClass.php @@ -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 */ diff --git a/src/Walletobjects/OfferObject.php b/src/Walletobjects/OfferObject.php index 494f4e4ce1..baf6019b5a 100644 --- a/src/Walletobjects/OfferObject.php +++ b/src/Walletobjects/OfferObject.php @@ -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 */ diff --git a/src/Walletobjects/TransitClass.php b/src/Walletobjects/TransitClass.php index e7872e2068..aba0bce434 100644 --- a/src/Walletobjects/TransitClass.php +++ b/src/Walletobjects/TransitClass.php @@ -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 */ diff --git a/src/Walletobjects/TransitObject.php b/src/Walletobjects/TransitObject.php index f945ad8112..8c887ab3d2 100644 --- a/src/Walletobjects/TransitObject.php +++ b/src/Walletobjects/TransitObject.php @@ -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 */