woocommerce/includes
Mike Jolley 72849cb4db Stop sending line items to Mijireh Fixes #5365
Like PayPal, Mijireh struggles with out prices including tax due to
rounding errors. Since the validation cannot be disabled, its better to
just send the order as 1 item. This will prevent rounding errors and
payment failures.

Prices excluding tax are unaffected.
2014-05-01 15:29:28 +01:00
..
abstracts Update abstract docblock 2014-04-29 15:20:54 +01:00
admin Add tool for disabling shipping rate cache for debug 2014-05-01 14:40:31 +01:00
api Update REST API documentation link 2014-04-29 14:59:12 +01:00
emails Better handling for sent to admin/plain text args Closes #4359 2014-01-08 15:04:49 +00:00
gateways Stop sending line items to Mijireh Fixes #5365 2014-05-01 15:29:28 +01:00
libraries Update LESS compiler and less files #5070 2014-03-06 17:29:52 +01:00
shipping Sanitize, but decode. UTF-8 Friendly. Fixes #5401 2014-05-01 14:40:31 +01:00
shortcodes added the possibility to translate the edit-address endpoint slugs, closes #4820 2014-04-24 18:18:41 -03:00
updates [2.2] Merge ship to billing and billing only options 2014-04-08 16:28:27 +01:00
walkers Hide empty at walker level #5028 2014-03-20 09:55:36 +00:00
widgets When hierarchy is off, only show children in the cat widget. Closes 2014-04-10 13:51:28 +01:00
class-wc-ajax.php Merge branch '2.1' 2014-04-30 14:30:42 +02:00
class-wc-api.php Add action for plugins to load other API resources 2013-11-23 13:27:47 -05:00
class-wc-cache-helper.php Updated expiry times for transients 2014-03-20 09:45:43 +00:00
class-wc-cart.php Remove title from product not purchasable message 2014-04-30 10:05:05 +01:00
class-wc-checkout.php Tidyup brackets 2014-05-01 14:40:31 +01:00
class-wc-comments.php Remove nonce from comment form to prevent issues with caching 2014-04-10 13:55:23 +01:00
class-wc-countries.php Bangladeshi states (districts) list add and state label rename. 2014-03-24 12:11:25 +00:00
class-wc-coupon.php fix case-insensitive matching for coupon posts with uppercase chars 2014-04-30 23:29:29 -04:00
class-wc-customer.php fixed my account downloadables out of order 2014-04-29 15:02:51 +01:00
class-wc-download-handler.php cleaned up download handler, use network_site_url instead of network_admin_url for multisite 2014-04-10 13:52:33 +01:00
class-wc-emails.php Update class-wc-emails.php 2014-04-29 15:02:38 +01:00
class-wc-form-handler.php removed wc_clean/sanitize_text_field not needed. handled by wp core functions fixes #5318 2014-04-29 15:01:21 +01:00
class-wc-frontend-scripts.php Update class-wc-frontend-scripts.php 2014-04-29 15:00:46 +01:00
class-wc-https.php More https ajax requests 2014-01-08 16:39:16 +00:00
class-wc-install.php Only show upgrade notices, and use transient cache 2014-04-10 13:53:44 +01:00
class-wc-integrations.php We'll let autoload handle this file loading 2013-11-01 21:05:02 +01:00
class-wc-logger.php Fixed several @return void clauses. There are more. No code changes in this commit, only PhpDocs 2013-11-27 10:03:47 +01:00
class-wc-order-item-meta.php URL decode when viewing order attributes to prevent taxonomies not being found 2014-04-29 15:07:45 +01:00
class-wc-order.php Check has_file when sending order emails for downloadables 2014-04-29 15:09:28 +01:00
class-wc-payment-gateways.php Unify textdomains Closes #4814 2014-02-17 14:27:08 +01:00
class-wc-post-data.php Update variations when the term slug changes Closes #4077 2013-11-12 20:25:26 +00:00
class-wc-post-types.php Introducing post taxonomy init hook 2014-02-06 14:32:25 +01:00
class-wc-product-external.php fixing typo in product classes 2014-03-24 12:11:43 +00:00
class-wc-product-factory.php Minor fix to stop warnings in HHVM 2014-01-17 14:28:15 -06:00
class-wc-product-grouped.php fixing typo in product classes 2014-03-24 12:11:43 +00:00
class-wc-product-simple.php Product->get_title() should be raw format by default. Pass at #4124 2013-11-18 16:03:32 +01:00
class-wc-product-variable.php Backorders at variation level 2014-04-21 21:13:13 -04:00
class-wc-product-variation.php Ignore variation stock if disabled globally Closes #5370 2014-04-29 15:10:48 +01:00
class-wc-query.php Updated expiry times for transients 2014-03-20 09:45:43 +00:00
class-wc-session-handler.php Fix _wc_session_expires autoloading 2014-04-10 13:54:07 +01:00
class-wc-shipping-rate.php Possible workaround for @BFTrick's issue. 2014-03-25 13:40:58 +00:00
class-wc-shipping.php Add tool for disabling shipping rate cache for debug 2014-05-01 14:40:31 +01:00
class-wc-shortcodes.php Hide empty categories in the product_categories shortcode Closes #4689 2014-02-11 16:56:59 +01:00
class-wc-tax.php Update class-wc-tax.php 2014-02-27 15:39:55 +01:00
class-wc-template-loader.php Page functions woocommerce to wc refactor 2013-11-25 15:07:22 +01:00
class-wc-validation.php refixed the BR postcode validation 2013-10-18 16:06:27 -03:00
wc-attribute-functions.php Fix encoding issue with attribute values and move variation data to tooltip Closes #5169 2014-03-24 12:09:21 +00:00
wc-cart-functions.php Stay on checkout when removing coupon Closes #5274 2014-04-10 13:50:13 +01:00
wc-conditional-functions.php Only check DOING_AJAX 2014-02-13 10:49:33 +01:00
wc-core-functions.php Update comment to reflect that parameter template_name for wc_get/locate_template() only accepts strings 2014-04-29 15:23:41 +01:00
wc-coupon-functions.php Code changes for #4252 2013-12-02 12:34:27 +01:00
wc-deprecated-functions.php Pass args through for deprecated function Closes #5087 2014-03-12 14:38:03 +01:00
wc-formatting-functions.php [2.2] Allow spaces and use formatted postcodes for wildcard in local pickup 2014-04-07 15:46:40 +01:00
wc-notice-functions.php wc_has_notice function 2014-01-07 13:35:01 +00:00
wc-order-functions.php Clear cached API reports when deleting shop order transients 2014-04-29 15:05:43 +01:00
wc-page-functions.php added the possibility to translate the edit-address endpoint slugs, closes #4820 2014-04-24 18:18:41 -03:00
wc-product-functions.php Docblock fix: wc_product_post_type_link 2014-04-19 09:44:55 -04:00
wc-template-functions.php Move loop_end hook as it is generic and used in all WP loops 2014-03-20 09:49:35 +00:00
wc-template-hooks.php Move loop_end hook as it is generic and used in all WP loops 2014-03-20 09:49:35 +00:00
wc-term-functions.php Delete term count transients after stock status change and trashed post 2014-04-10 13:52:49 +01:00
wc-user-functions.php [2.2] Protect admins from shop managers 2014-04-23 14:18:21 +01:00