Skip to content

Commit 3eb5d07

Browse files
[Shipping Labels] Send country code in customs form (#15466)
2 parents 5a72a90 + 8b2ae64 commit 3eb5d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Orders/Order Details/Shipping Labels/WooShipping Create Shipping Labels/WooShipping Customs/WooShippingCustomsFormViewModel.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ final class WooShippingCustomsFormViewModel: ObservableObject {
6161
value: Double($0.valuePerUnit) ?? 0,
6262
weight: Double($0.weightPerUnit) ?? 0,
6363
hsTariffNumber: $0.isValidTariffNumber ? $0.hsTariffNumber : "",
64-
originCountry: $0.selectedCountry?.name ?? "",
64+
originCountry: $0.selectedCountry?.code ?? "",
6565
productID: $0.orderItem.productID)
6666
}
6767
)

0 commit comments

Comments
 (0)