diff --git a/woo-business-central/includes/class-wbc-product-sync.php b/woo-business-central/includes/class-wbc-product-sync.php index 740d796..29f28ac 100644 --- a/woo-business-central/includes/class-wbc-product-sync.php +++ b/woo-business-central/includes/class-wbc-product-sync.php @@ -307,7 +307,7 @@ class WBC_Product_Sync { $result = WBC_API_Client::odata_get( 'ListaPrecios', array( '$filter' => "Price_List_Code eq '" . $escaped_code . "'" - . " and Status eq 'Activo'" + . " and Status eq 'Active'" . " and Asset_No eq '" . $escaped_number . "'", '$select' => 'Unit_Price', '$top' => 1,