add missed comment

This commit is contained in:
Kirill Braslavsky 2021-03-17 14:01:13 +02:00
parent d04cd56cd9
commit 267c2c071e

View file

@ -202,6 +202,8 @@ class CreateOrderEndpoint implements EndpointInterface {
}
/**
* Creates the order in the PayPal, uses data from WC order if provided.
*
* @param \WC_Order|null $wc_order WC order to get data from.
*
* @return Order Created PayPal order.