mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Improve the filter description
This commit is contained in:
parent
f0e367cdd3
commit
adb578e5e9
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue