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