woocommerce/classes
Lucas M Pereira 89b42253d5 Issue #2826 - PayPal Payment Data not stored
PP Payment Details aren't being stored on posts meta table, because of a probably misstyped
variable on class-wc-gateway-paypal.php, in the function successful_request (Lines 658 to 666).

Replaced $order_id (non existent variable) by $order->id to correct the issue.
2013-03-26 17:48:24 -03:00
..
abstracts Fix WC_Product::set_stock_status() to correctly set status 2013-03-23 14:36:23 -04:00
emails Fixed typos 2013-03-03 17:07:31 +00:00
gateways Issue #2826 - PayPal Payment Data not stored 2013-03-26 17:48:24 -03:00
integrations coding standards 2013-03-24 21:16:22 +02:00
shipping Pass subtotals and discount to avoid rounding issues in paypal Closes #2806. 2013-03-25 14:46:15 +00:00
shortcodes Option for number of orders shown on view order page. 2013-03-11 16:12:29 +00:00
walkers Fixed typos 2013-03-03 17:07:31 +00:00
widgets Removed Sidebar Login Widget. Use http://wordpress.org/extend/plugins/sidebar-login/ instead. A potential security issue was found regarding logging of passwords (since GET was used instead of POST). Sidebar Login 2.5 resolves this and the widget has been removed from WC to prevent needing to maintain two (virtually identical) codebases. 2013-03-18 15:24:29 +00:00
class-wc-api.php Changes for API Docs 2013-02-20 17:14:51 +00:00
class-wc-cart.php Refresh totals on field change, and format tax price if numeric. 2013-03-25 11:41:43 +00:00
class-wc-checkout.php Update class-wc-checkout.php 2013-03-25 11:38:24 +00:00
class-wc-countries.php Portugal missing state setting 2013-03-19 21:33:01 +00:00
class-wc-coupon.php coupon message set invalid if null 2013-03-25 11:50:17 +08:00
class-wc-customer.php Changes for API Docs 2013-02-20 17:14:51 +00:00
class-wc-emails.php Decode Closes #2728. 2013-03-18 13:37:07 +00:00
class-wc-integrations.php Changes for API Docs 2013-02-20 17:14:51 +00:00
class-wc-logger.php Fixed typos 2013-03-03 17:07:31 +00:00
class-wc-order-item-meta.php WC_Order_Item_Meta support for keys with multiple values. 2013-03-12 10:55:01 +00:00
class-wc-order.php Update status modifed time. Closes #2790. 2013-03-25 14:56:17 +00:00
class-wc-payment-gateways.php Changes for API Docs 2013-02-20 17:14:51 +00:00
class-wc-product-external.php Changes for API Docs 2013-02-20 17:14:51 +00:00
class-wc-product-factory.php Create WC standards compliant class name from term 2013-02-28 15:39:02 +10:00
class-wc-product-grouped.php Changes for API Docs 2013-02-20 17:14:51 +00:00
class-wc-product-simple.php Fixed typos 2013-03-03 17:07:31 +00:00
class-wc-product-variable.php Santize custom attributes. #2587 2013-03-07 19:34:29 +00:00
class-wc-product-variation.php Santize custom attributes. #2587 2013-03-07 19:34:29 +00:00
class-wc-query.php Fix title ordering 2013-03-22 17:06:49 +00:00
class-wc-session-handler.php Update tweaks for coen 2013-03-06 11:59:24 +00:00
class-wc-shipping-rate.php Changes for API Docs 2013-02-20 17:14:51 +00:00
class-wc-shipping.php Fixed typos 2013-03-03 17:07:31 +00:00
class-wc-shortcodes.php Order bestselling products correctly, order term should be numerically sorted, not alphabetically. Props mulinski 2013-03-21 19:56:21 +00:00
class-wc-tax.php Fixed typos 2013-03-03 17:07:31 +00:00
class-wc-validation.php Changes for API Docs 2013-02-20 17:14:51 +00:00