diff --git a/modules/ppcp-api-client/src/Endpoint/OrderEndpoint.php b/modules/ppcp-api-client/src/Endpoint/OrderEndpoint.php index 0c16cc407..2963a44b0 100644 --- a/modules/ppcp-api-client/src/Endpoint/OrderEndpoint.php +++ b/modules/ppcp-api-client/src/Endpoint/OrderEndpoint.php @@ -237,7 +237,7 @@ class OrderEndpoint { } /** - * The filter can be used to modify the request data. + * The filter can be used to modify the order creation request body data. */ $data = apply_filters( 'ppcp_create_order_request_body_data', $data ); $url = trailingslashit( $this->host ) . 'v2/checkout/orders';