capital_C_dangit WooCommerce

This commit is contained in:
David Remer 2020-09-03 07:05:50 +03:00
parent 3aa82347e5
commit 61038cc51e
32 changed files with 78 additions and 78 deletions

View file

@ -122,10 +122,10 @@ class OrderProcessor {
}
/**
* Processes a given Woocommerce order and captured/authorizes the connected PayPal orders.
* Processes a given WooCommerce order and captured/authorizes the connected PayPal orders.
*
* @param \WC_Order $wc_order The Woocommerce order.
* @param \WooCommerce $woocommerce The Woocommerce object.
* @param \WC_Order $wc_order The WooCommerce order.
* @param \WooCommerce $woocommerce The WooCommerce object.
*
* @return bool
*/
@ -232,9 +232,9 @@ class OrderProcessor {
}
/**
* Patches a given PayPal order with a Woocommerce order.
* Patches a given PayPal order with a WooCommerce order.
*
* @param \WC_Order $wc_order The Woocommerce order.
* @param \WC_Order $wc_order The WooCommerce order.
* @param Order $order The PayPal order.
*
* @return Order