diff --git a/src/OrderObjectHelper.php b/src/OrderObjectHelper.php index 4790a1f..062674f 100644 --- a/src/OrderObjectHelper.php +++ b/src/OrderObjectHelper.php @@ -1430,7 +1430,7 @@ public function getAllowanceChargeReasonCodeType(?string $reason): ?object /** * Get contact type code type instance * - * @param string|null $reason + * @param string|null $value * @return object|null */ public function getContactTypeCodeType(?string $value): ?object @@ -1445,7 +1445,7 @@ public function getContactTypeCodeType(?string $value): ?object /** * Get delivery terms code type instance * - * @param string|null $reason + * @param string|null $value * @return object|null */ public function getDeliveryTermsCodeType(?string $value): ?object @@ -1460,7 +1460,7 @@ public function getDeliveryTermsCodeType(?string $value): ?object /** * Get delivery terms function code type instance * - * @param string|null $reason + * @param string|null $value * @return object|null */ public function getDeliveryTermsFunctionCodeType(?string $value): ?object @@ -1475,7 +1475,7 @@ public function getDeliveryTermsFunctionCodeType(?string $value): ?object /** * Get line status code type instance * - * @param string|null $reason + * @param string|null $value * @return object|null */ public function getLineStatusCodeType(?string $value): ?object @@ -1490,7 +1490,7 @@ public function getLineStatusCodeType(?string $value): ?object /** * Get package type code type instance * - * @param string|null $reason + * @param string|null $value * @return object|null */ public function getPackageTypeCodeType(?string $value): ?object @@ -1505,7 +1505,7 @@ public function getPackageTypeCodeType(?string $value): ?object /** * Get payment means code type instance * - * @param string|null $reason + * @param string|null $value * @return object|null */ public function getPaymentMeansCodeType(?string $value): ?object @@ -1520,7 +1520,7 @@ public function getPaymentMeansCodeType(?string $value): ?object /** * Get reference code type instance * - * @param string|null $reason + * @param string|null $value * @return object|null */ public function getReferenceCodeType(?string $value): ?object