From 3b1407aab4a38dea3a9eb99baa488b3de4dd8afc Mon Sep 17 00:00:00 2001 From: Alex P Date: Fri, 17 Mar 2023 13:01:01 +0200 Subject: [PATCH] Fix phpdoc --- api/order-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/order-functions.php b/api/order-functions.php index 8f9f0648a..c0851e77a 100644 --- a/api/order-functions.php +++ b/api/order-functions.php @@ -73,7 +73,7 @@ function ppcp_capture_order( WC_Order $wc_order ): void { } /** - * Captures the PayPal order. + * Refunds the order. * * @param WC_Order $wc_order The WC order. * @param float $amount The refund amount.