Skip to content

Commit 72b8681

Browse files
1 parent 2a02d1f commit 72b8681

14 files changed

+28
-21
lines changed

src/Walletobjects/EventTicketClass.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,8 +1243,8 @@ public function getTextModulesData()
12431243
return $this->textModulesData;
12441244
}
12451245
/**
1246-
* Optional value added module data. Maximum of twelve on the class. For a
1247-
* pass only twelve will be displayed, prioritizing those from the object.
1246+
* Optional value added module data. Maximum of fifteen on the class. For a
1247+
* pass only fifteen will be displayed, prioritizing those from the object.
12481248
*
12491249
* @param ValueAddedModuleData[] $valueAddedModuleData
12501250
*/

src/Walletobjects/EventTicketObject.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,8 @@ public function getValidTimeInterval()
878878
return $this->validTimeInterval;
879879
}
880880
/**
881-
* Optional value added module data. Maximum of twelve on the object.
881+
* Optional value added module data. Maximum of fifteen on the object. For a
882+
* pass only fifteen will be displayed.
882883
*
883884
* @param ValueAddedModuleData[] $valueAddedModuleData
884885
*/

src/Walletobjects/FlightClass.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,8 +1168,8 @@ public function getTextModulesData()
11681168
return $this->textModulesData;
11691169
}
11701170
/**
1171-
* Optional value added module data. Maximum of twelve on the class. For a
1172-
* pass only twelve will be displayed, prioritizing those from the object.
1171+
* Optional value added module data. Maximum of fifteen on the class. For a
1172+
* pass only fifteen will be displayed, prioritizing those from the object.
11731173
*
11741174
* @param ValueAddedModuleData[] $valueAddedModuleData
11751175
*/

src/Walletobjects/FlightObject.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,8 @@ public function getValidTimeInterval()
804804
return $this->validTimeInterval;
805805
}
806806
/**
807-
* Optional value added module data. Maximum of twelve on the object.
807+
* Optional value added module data. Maximum of fifteen on the object. For a
808+
* pass only fifteen will be displayed.
808809
*
809810
* @param ValueAddedModuleData[] $valueAddedModuleData
810811
*/

src/Walletobjects/GenericClass.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,8 @@ public function getTextModulesData()
378378
return $this->textModulesData;
379379
}
380380
/**
381-
* Optional value added module data. Maximum of twelve on the class. For a
382-
* pass only twelve will be displayed, prioritizing those from the object.
381+
* Optional value added module data. Maximum of fifteen on the class. For a
382+
* pass only fifteen will be displayed, prioritizing those from the object.
383383
*
384384
* @param ValueAddedModuleData[] $valueAddedModuleData
385385
*/

src/Walletobjects/GenericObject.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,8 @@ public function getValidTimeInterval()
717717
return $this->validTimeInterval;
718718
}
719719
/**
720-
* Optional value added module data. Maximum of twelve on the object.
720+
* Optional value added module data. Maximum of fifteen on the object. For a
721+
* pass only fifteen will be displayed.
721722
*
722723
* @param ValueAddedModuleData[] $valueAddedModuleData
723724
*/

src/Walletobjects/GiftCardClass.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -964,8 +964,8 @@ public function getTextModulesData()
964964
return $this->textModulesData;
965965
}
966966
/**
967-
* Optional value added module data. Maximum of twelve on the class. For a
968-
* pass only twelve will be displayed, prioritizing those from the object.
967+
* Optional value added module data. Maximum of fifteen on the class. For a
968+
* pass only fifteen will be displayed, prioritizing those from the object.
969969
*
970970
* @param ValueAddedModuleData[] $valueAddedModuleData
971971
*/

src/Walletobjects/GiftCardObject.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,8 @@ public function getValidTimeInterval()
800800
return $this->validTimeInterval;
801801
}
802802
/**
803-
* Optional value added module data. Maximum of twelve on the object.
803+
* Optional value added module data. Maximum of fifteen on the object. For a
804+
* pass only fifteen will be displayed.
804805
*
805806
* @param ValueAddedModuleData[] $valueAddedModuleData
806807
*/

src/Walletobjects/LoyaltyClass.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,8 +1093,8 @@ public function getTextModulesData()
10931093
return $this->textModulesData;
10941094
}
10951095
/**
1096-
* Optional value added module data. Maximum of twelve on the class. For a
1097-
* pass only twelve will be displayed, prioritizing those from the object.
1096+
* Optional value added module data. Maximum of fifteen on the class. For a
1097+
* pass only fifteen will be displayed, prioritizing those from the object.
10981098
*
10991099
* @param ValueAddedModuleData[] $valueAddedModuleData
11001100
*/

src/Walletobjects/LoyaltyObject.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,8 @@ public function getValidTimeInterval()
817817
return $this->validTimeInterval;
818818
}
819819
/**
820-
* Optional value added module data. Maximum of twelve on the object.
820+
* Optional value added module data. Maximum of fifteen on the object. For a
821+
* pass only fifteen will be displayed.
821822
*
822823
* @param ValueAddedModuleData[] $valueAddedModuleData
823824
*/

0 commit comments

Comments
 (0)