Rodrigo Primo
|
dd8bf8b522
|
Merge branch 'master' into update/use-post-author-for-customer-id
|
2018-06-11 10:44:14 -03:00 |
Mike Jolley
|
faa09deff1
|
Recalc taxes if address changes in API
|
2018-05-18 21:47:04 +01:00 |
Rodrigo Primo
|
fdfe95b07e
|
Update WC API v1 and v2 to use post_author instead of _customer_user
|
2018-05-07 17:37:31 -03:00 |
Mike Jolley
|
ee6794fb0c
|
Orders should be created for users who exist on the site only.
|
2018-01-10 12:32:58 +00:00 |
Claudio Sanches
|
b74fc8963d
|
Update REST API schema for backwards compatibility with WP 4.9
Closes #17818
|
2017-11-21 16:15:51 -02:00 |
Claudio Sanches
|
d9d27a9a97
|
Fixed "tax_class" type in REST API v1
|
2017-11-17 17:52:12 -02:00 |
Claudio Sanches
|
5daf476dfa
|
Properly sanitize and format "dp"
|
2017-11-09 17:34:25 -02:00 |
Claudio Sanches
|
c6c8af9187
|
[REST API] Fixed default value of "dp" on orders and refunds endpoints
|
2017-11-09 17:23:33 -02:00 |
Jaydeep Rami
|
3522857d23
|
Fix typo in WooCommerce plugin (#16135)
* Fixed typo
* Fixed more typo
* Fixed more typo
* Fix tyop
* Fix more typo
* Fix more typo
* Fix typo
* Fix typo
* Fix typo
* Fix typo datatime object
* Fix short name of compat
* Fix typo: update short name
* Fix typo "deactive" to "deactivate" and short BW - Compat
* Fix typo "Backwards compat"
* Fix typo 'parameters'
* Fix more typo 'pararmeters'
* Fix typo 'compund'
* FIx typo order
* Fix typo
* Fix typo 'incorrecly'
* Fix typo 'genarate'
* Fix typo 'reletive'
* Fix typo 'Handly'
* Fix typo 'rotatated'
* Fix typo
* Fix typo 'additonal'
* Fix typos
|
2017-07-17 11:10:52 +01:00 |
Mike Jolley
|
00e5189a05
|
Merge pull request #15070 from rasmusbe/phpdoc-missing-return-throws
Phpdoc: Add missing return and throws
|
2017-05-23 18:50:58 +01:00 |
Rasmus Bengtsson
|
4a3902cd48
|
PHPDoc: Add missing throws statement
|
2017-05-15 13:39:03 +02:00 |
Rasmus Bengtsson
|
4f00d7e5e3
|
PHPDoc: Add missing return statement
|
2017-05-15 13:37:59 +02:00 |
Rasmus Bengtsson
|
6a7fc8650f
|
Remove unused local variables
|
2017-05-15 12:06:52 +02:00 |
Claudio Sanches
|
c58a6f42e3
|
Merge pull request #14604 from cristiangrama/fix-filter-guest-orders
Fetch only guest orders: Allow passing a `customer=0` filter on the order request
|
2017-04-27 14:04:19 -03:00 |
Claudio Sanches
|
2d9e876e6d
|
Removed deprecated WC_Order_Item_Meta from REST API v1
|
2017-04-24 20:55:09 -03:00 |
cristiangrama
|
216375f6ea
|
Allow passing a `customer=0` for fetching all guest orders
|
2017-04-21 10:43:09 -05:00 |
Claudio Sanches
|
60b3e3c123
|
[REST API] Fixed v1 order shipping taxes
Fixes #14518
|
2017-04-20 00:37:27 -03:00 |
Claudio Sanches
|
81dcd6e79e
|
Fixed docblocks in REST API v1 for #14416
|
2017-04-18 13:40:10 -03:00 |
Claudio Sanches
|
b528e25759
|
Improve address labels to help translations
|
2017-03-21 15:54:23 -03:00 |
Mike Jolley
|
94148cf512
|
Text changes
|
2017-03-20 16:01:55 +00:00 |
Claudio Sanches
|
59c2849736
|
Changed version 2.7 to 3.0
|
2017-03-15 13:36:53 -03:00 |
Mike Jolley
|
61484ed711
|
Update API endpoints
|
2017-03-10 18:54:59 +00:00 |
Mike Jolley
|
69cc8f5150
|
API dates
|
2017-03-10 16:28:50 +00:00 |
Mike Jolley
|
3eea782750
|
Brackets
|
2017-03-07 12:45:35 +00:00 |
Mike Jolley
|
3073867449
|
Multiple arguments passed to isset must all be isset to be true. We need 'or'.
Fixes #13489
|
2017-03-07 12:44:30 +00:00 |
Claudio Sanches
|
3aa86075d1
|
Prevent errors when do not have a paid date
|
2017-03-02 16:29:04 -03:00 |
Claudio Sanches
|
9fb2ba7783
|
[REST API] date_paid should be in date time format, closes #13255
|
2017-03-02 15:25:32 -03:00 |
Claudio Sanches
|
a19fa78cef
|
Fixed orders get_collection_params()
|
2017-02-16 01:10:41 -02:00 |
Claudio Sanches
|
5ebeafac33
|
Removed duplicated code
|
2017-02-16 01:09:36 -02:00 |
Claudio Sanches
|
503812971d
|
Fixed deprecated warnings in orders v1
|
2017-02-16 00:45:20 -02:00 |
Claudio Sanches
|
5c0046b325
|
Do not allow save meta_data in orders v1
|
2017-02-16 00:33:17 -02:00 |
Claudio Sanches
|
cc1992f1c8
|
Fixed item variation_id
|
2017-02-16 00:26:42 -02:00 |
Claudio Sanches
|
2d0a479750
|
Updated v1 methods
|
2017-02-16 00:22:15 -02:00 |
Claudio Sanches
|
88d2875514
|
Restored REST API v1
|
2017-02-09 18:40:35 -02:00 |