From 26b90894c6012ac321b0c7556044f50df7ef2ea5 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 10 Aug 2023 12:54:57 +0100 Subject: [PATCH] Update LineItem.php --- src/DTO/LineItem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DTO/LineItem.php b/src/DTO/LineItem.php index 2a8a365..065c889 100644 --- a/src/DTO/LineItem.php +++ b/src/DTO/LineItem.php @@ -31,7 +31,7 @@ public function __construct( "commodityCodes" => [ [ "typeCode" => "outbound", - "value" => $hsCode + "value" => (string) $hsCode ] ], "exportReasonType" => $exportReason,