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

@ -58,7 +58,7 @@ class RequestData {
}
/**
* Woocommerce will give you a customer object on your 2nd request. the first page
* WooCommerce will give you a customer object on your 2nd request. the first page
* load will not yet have this customer object, but the ajax request will. Therefore
* the nonce validation will fail. this fixes this problem:
*

View file

@ -148,7 +148,7 @@ class EarlyOrderHandler {
/**
* Configures the session, so we can pick up the order, once we pass through the checkout.
*
* @param int $order_id The Woocommerce order id.
* @param int $order_id The WooCommerce order id.
* @param Order $order The PayPal order.
*
* @return Order