PluginProbe
Packeta / 2.1
Packeta v2.1
2.3.2 2.3.1 trunk 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.3.0 1.3.1 1.3.2 1.4 1.4.1 1.4.2 1.4.3 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 All 56 releases
← All changes | src/Packetery/Core/Entity/PacketStatus.php +4 -1 1.6.12.1 View file →
@@ -26,8 +26,12 @@
26 26 public const COLLECTED = 'collected';
27 27 public const PREPARED_FOR_DEPARTURE = 'prepared for departure';
28 28 public const HANDED_TO_CARRIER = 'handed to carrier';
29 29 public const RETURNED = 'returned';
30 + public const CUSTOMS = 'customs';
31 + public const REVERSE_PACKET_ARRIVED = 'reverse packet arrived';
32 + public const DELIVERY_ATTEMPT = 'delivery attempt';
33 + public const REJECTED_BY_RECIPIENT = 'rejected by recipient';
30 34 public const UNKNOWN = 'unknown';
31 35
32 36 /**
33 37 * Status name/code.
@@ -88,6 +92,5 @@
88 92 */
89 93 public function hasDefaultSynchronization(): bool {
90 94 return $this->defaultSynchronization;
91 95 }
92 -
93 96 }