We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc0fcb commit 4e4dad0Copy full SHA for 4e4dad0
includes/interfaces/class-wc-order-data-store-interface.php
@@ -22,7 +22,7 @@ interface WC_Order_Data_Store_Interface {
22
* Get amount already refunded.
23
*
24
* @param WC_Order $order Order object.
25
- * @return string
+ * @return float
26
*/
27
public function get_total_refunded( $order );
28
0 commit comments