Skip to content
This repository was archived by the owner on Oct 4, 2019. It is now read-only.

Commit 218cf54

Browse files
authored
Merge pull request #15 from woocommerce/fix/order-refunds-class-extend
Orders: Fix the parent class for the refunds endpoint
2 parents 6b1ccce + 87549ec commit 218cf54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/class-wc-rest-dev-order-refunds-controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* @package WooCommerce/API
2121
*/
22-
class WC_REST_Dev_Order_Refunds_Controller extends WC_REST_DEV_Orders_Controller {
22+
class WC_REST_Dev_Order_Refunds_Controller extends WC_REST_Order_Refunds_Controller {
2323

2424
/**
2525
* Endpoint namespace.

0 commit comments

Comments
 (0)