Paul Kilmurray
|
71e462469a
|
Problem in WC_Abstract_Order->get_items()
This only effects new items, which are given duplicate array keys, eg: `new:0`, `new:1` etc.
|
2017-05-04 19:12:19 +09:00 |
Paul Kilmurray
|
b5f182e14d
|
Problem in WC_Abstract_Order->get_items()
This test will fail.
If the order is created with different item types, eg: *line_item* and *fee*, they will both be given the key `new:0`. Items with duplicate keys are not combined in the `get_items` function ([line 703](https://github.com/woocommerce/woocommerce/blob/master/includes/abstracts/abstract-wc-order.php#L703)).
|
2017-05-04 18:47:43 +09:00 |
Mike Jolley
|
65b6ee58f7
|
Fix map URL unit test.
|
2017-04-17 12:10:38 +01:00 |
Claudio Sanches
|
59c2849736
|
Changed version 2.7 to 3.0
|
2017-03-15 13:36:53 -03:00 |
Mike Jolley
|
d55653a408
|
Merge branch 'master' into fix-13498
# Conflicts:
# includes/class-wc-order.php
# tests/unit-tests/crud/data.php
|
2017-03-15 15:52:40 +00:00 |
Mike Jolley
|
6ec06ef0db
|
Update tests
|
2017-03-10 14:52:41 +00:00 |
Claudiu Lodromanean
|
b645fc5513
|
Docblocks
|
2017-03-08 12:02:14 -08:00 |
Claudiu Lodromanean
|
3b8eb75c93
|
Better handling of nested arrays in apply_changes
|
2017-03-08 11:51:38 -08:00 |
Mike Jolley
|
dda75c3d43
|
Unit tests
|
2017-03-08 16:52:21 +00:00 |
Claudio Sanches
|
1eccb65d85
|
Fixed coding standards
|
2017-02-24 17:30:41 -03:00 |
Claudiu Lodromanean
|
252c08b943
|
Map legacy tax array keys to CRUD
|
2017-02-23 11:14:42 -08:00 |
Mike Jolley
|
b17932f4e3
|
Fix test due to invalid amount and caching
|
2017-02-09 12:04:44 +00:00 |
Mike Jolley
|
66914966fb
|
Adjust meta saving code throughout
#12885
|
2017-01-23 11:30:53 +00:00 |
Jon Surrell
|
4000ba6aea
|
Use strict `assertTrue` and `assertFalse` over `assertEquals( true|false )`
|
2016-12-20 23:33:35 +01:00 |
Mike Jolley
|
4ca49ba999
|
Fix tests
|
2016-11-23 16:27:18 +00:00 |
Justin Shreve
|
b20b3590c8
|
First pass at order items
|
2016-11-21 10:56:21 -08:00 |
Mike Jolley
|
5d9a9b4dec
|
Fix tests
|
2016-11-18 11:14:09 +00:00 |
Mike Jolley
|
1b2df3dd3b
|
Merge branch 'pr/11797'
# Conflicts:
# includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php
# includes/api/class-wc-rest-coupons-controller.php
# includes/class-wc-coupon.php
# tests/unit-tests/api/coupons.php
# tests/unit-tests/coupon/crud.php
|
2016-09-01 11:46:05 +01:00 |
Claudio Sanches
|
06280a7003
|
HTTPS for google maps
|
2016-08-31 14:18:55 -03:00 |
Aristeides Stathopoulos
|
b063bcfe4c
|
last item in a multiline-array should end in a comma
|
2016-08-27 04:46:45 +03:00 |
Mike Jolley
|
077f57f139
|
Merge branch 'master' into WC_Data_Exception
|
2016-08-25 11:03:14 +01:00 |
Mike Jolley
|
90137f128b
|
Update unit test
|
2016-08-25 10:58:11 +01:00 |
Mike Jolley
|
d9798f7226
|
Set reading to prevent exceptions during DB load
|
2016-08-24 14:37:19 +01:00 |
Mike Jolley
|
b727acd96e
|
Implement get and set prop methods
|
2016-08-23 18:48:48 +01:00 |
Mike Jolley
|
a8e47992a6
|
Put back add_product for convenience. Fix unit tests.
|
2016-08-22 18:00:52 +01:00 |
Mike Jolley
|
c88984eb0e
|
Replace add methods
|
2016-08-22 16:48:19 +01:00 |
Mike Jolley
|
03110e755f
|
Unit tests
|
2016-08-18 17:24:44 +01:00 |