You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WooCommerce/Classes/ViewRelated/Orders/Order Details/Shipping Labels/WooShipping Create Shipping Labels/WooShipping Customs/WooShippingCustomsItemViewModel.swift
+30-9Lines changed: 30 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -64,12 +64,20 @@ final class WooShippingCustomsItemViewModel: ObservableObject {
64
64
65
65
privatevarcancellables=Set<AnyCancellable>()
66
66
67
+
/// WOOMOB-891
68
+
/// Shipments with a EU destination address must contain HS tariff number
69
+
///
70
+
/// Introduced to enforce tariff validation
71
+
/// if `true` then `hsTariffNumber` must be valid for `requiredInformationIsEntered` to be `true`
0 commit comments