remove extra whitespace

This commit is contained in:
Kirill Braslavsky 2021-03-17 14:02:00 +02:00
parent 267c2c071e
commit 468008db9d

View file

@ -203,7 +203,7 @@ class CreateOrderEndpoint implements EndpointInterface {
/** /**
* Creates the order in the PayPal, uses data from WC order if provided. * 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. * @param \WC_Order|null $wc_order WC order to get data from.
* *
* @return Order Created PayPal order. * @return Order Created PayPal order.