Ejemplo n.º 1
0
 public static string UpdateAcumaticaCustomer(ShopifyCustomer customer)
 {
     return($"Updating Acumatica Customer from {customer.LogDescriptor()}");
 }
Ejemplo n.º 2
0
 public static string AutomatchingCustomers(ShopifyCustomer shopify, Customer acumatica)
 {
     return($"Auto-matching {shopify.LogDescriptor()} with {acumatica.LogDescriptor()}");
 }