woocommerce/includes/data-stores
Scott Kingsley Clark ceb3a0d753
Fix fatal error problems by no longer adding false to the list of orders
By adding this prevention, it also stops fatal errors (calling method on non-object) from happening down the line when working with the orders list that is always assumed to be a proper order object.

Example error this prevents:

```
Fatal error: Uncaught Error: Call to a member function get_items() on bool in /wp-content/plugins/woocommerce/includes/class-wc-order.php on line 1902
```
2021-01-25 10:11:14 -06:00
..
abstract-wc-order-data-store-cpt.php Removed/reverted more unnecessary changes. 2020-11-10 14:23:43 +05:30
abstract-wc-order-item-type-data-store.php Fix PEAR.Functions.FunctionCallSignature violations 2019-12-20 15:25:23 -03:00
class-wc-coupon-data-store-cpt.php Merge pull request #28586 from idofri/phpdoc 2021-01-11 06:52:11 -08:00
class-wc-customer-data-store-session.php Don't mix session and customer data 2019-01-15 16:49:01 +00:00
class-wc-customer-data-store.php Merge pull request #27352 from juliquiron/fix/slow-wc-customer-get-operations 2020-12-14 09:43:04 +05:30
class-wc-customer-download-data-store.php Set exception message as translatable 2021-01-18 09:18:38 +01:00
class-wc-customer-download-log-data-store.php Fix PEAR.Functions.FunctionCallSignature violations 2019-12-20 15:25:23 -03:00
class-wc-data-store-wp.php Addressed PR review comments #27734 2020-11-10 14:23:45 +05:30
class-wc-order-data-store-cpt.php Fix fatal error problems by no longer adding false to the list of orders 2021-01-25 10:11:14 -06:00
class-wc-order-item-coupon-data-store.php phpcs fixes in includes/data-stores/class-wc-order-item-coupon-data-store.php 2018-03-08 16:28:31 -03:00
class-wc-order-item-data-store.php Added validation for product fields. 2020-04-07 11:29:54 +02:00
class-wc-order-item-fee-data-store.php phpcs fixes in includes/data-stores/class-wc-order-item-fee-data-store.php 2018-03-08 16:28:49 -03:00
class-wc-order-item-product-data-store.php Rename class-wc-order-item-product-store.php to class-wc-order-item-product-data-store.php 2018-03-08 16:30:33 -03:00
class-wc-order-item-shipping-data-store.php Fixed class package tag 2020-08-04 22:30:11 -03:00
class-wc-order-item-tax-data-store.php store tax rate percent in tax items 2019-04-10 17:35:43 +02:00
class-wc-order-refund-data-store-cpt.php Delete refund cache for parent order when its deleted. 2020-11-12 10:01:15 +05:30
class-wc-payment-token-data-store.php corrected token-id data-type 2021-01-10 16:40:24 +02:00
class-wc-product-data-store-cpt.php Merge pull request #28521 from woocommerce/fix/26475 2021-01-18 06:51:57 -08:00
class-wc-product-grouped-data-store-cpt.php Renamed table to wc_product_meta_lookup 2019-02-15 12:37:45 +00:00
class-wc-product-variable-data-store-cpt.php Remove logic for storage of attribute terms for variations 2020-09-22 16:31:06 +02:00
class-wc-product-variation-data-store-cpt.php Use strict comparison to compare post dates 2020-11-02 11:10:30 +10:00
class-wc-shipping-zone-data-store.php Refactor the WC_Shipping_Zone_Data_Store::read() method 2021-01-12 12:53:22 -05:00
class-wc-webhook-data-store.php Fixed package tag usage 2020-08-05 13:36:24 -03:00