Improve the filter description

This commit is contained in:
Narek Zakarian 2022-03-16 15:36:52 +04:00
parent f0e367cdd3
commit adb578e5e9

View file

@ -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';