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 Creation/CustomerSection/CreateOrderAddressFormViewModel.swift
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -107,8 +107,19 @@ final class CreateOrderAddressFormViewModel: AddressFormViewModel, AddressFormVi
107
107
siteID: siteID,
108
108
keyword:"hello"){ result in
109
109
switch result {
110
-
case.success(_):
111
-
print("Success!")
110
+
case.success(let customers):
111
+
letstorage=ServiceLocator.storageManager
112
+
guardlet result = storage.viewStorage.loadCustomerSearchResult(siteID:self.siteID, keyword:"hello")else{
0 commit comments