PluginProbe
Packeta / 2.0.9
Packeta v2.0.9
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/Module/Shipping/BaseShippingMethod.php +1 -1 2.3.22.0.9 View file →
@@ -70,9 +70,9 @@
70 70 $this->title = __( 'Packeta', 'packeta' );
71 71 // phpcs:ignore Squiz.NamingConventions.ValidVariableName.MemberNotCamelCaps
72 72 $this->method_description = __( 'Allows to choose one of Packeta delivery methods', 'packeta' );
73 73
74 - $carrier = $this->carrierRepository->getAnyById( static::CARRIER_ID, true );
74 + $carrier = $this->carrierRepository->getAnyById( static::CARRIER_ID );
75 75 if ( $carrier !== null ) {
76 76 // phpcs:ignore Squiz.NamingConventions.ValidVariableName.MemberNotCamelCaps
77 77 $this->method_title = $carrier->getName();
78 78 $this->title = $carrier->getName();