mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
capital_C_dangit WooCommerce
This commit is contained in:
parent
3aa82347e5
commit
61038cc51e
32 changed files with 78 additions and 78 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue