woocommerce/includes/legacy/api/v3
rmalviya f22dbd53ff Parse attribute_id as int not string
In legacy API v3 for product attribute terms, the `$attribute_id` is
received as string, but is required as int for proper handling.
Use `absint` to make sure it is a valid int id and hence fix #24160.
2019-07-19 15:52:06 +05:30
..
class-wc-api-authentication.php git mv legacy api 2019-06-26 11:47:08 +01:00
class-wc-api-coupons.php git mv legacy api 2019-06-26 11:47:08 +01:00
class-wc-api-customers.php git mv legacy api 2019-06-26 11:47:08 +01:00
class-wc-api-exception.php git mv legacy api 2019-06-26 11:47:08 +01:00
class-wc-api-json-handler.php git mv legacy api 2019-06-26 11:47:08 +01:00
class-wc-api-orders.php git mv legacy api 2019-06-26 11:47:08 +01:00
class-wc-api-products.php Parse attribute_id as int not string 2019-07-19 15:52:06 +05:30
class-wc-api-reports.php git mv legacy api 2019-06-26 11:47:08 +01:00
class-wc-api-resource.php git mv legacy api 2019-06-26 11:47:08 +01:00
class-wc-api-server.php git mv legacy api 2019-06-26 11:47:08 +01:00
class-wc-api-taxes.php Update from master 2019-07-10 12:57:02 +01:00
class-wc-api-webhooks.php git mv legacy api 2019-06-26 11:47:08 +01:00
interface-wc-api-handler.php git mv legacy api 2019-06-26 11:47:08 +01:00