woocommerce/tests/php/src
Nestor Soriano fae00e2bdf Make the refunds creation REST API behave more as documented
- Allow the list of line items to be a non-associative array
  where each item is identified by an "id" field
- Same for taxes inside line items, specify amount to refund in
  a "refund_total" key as in the case of line items
- Allow "quantity" keys as synonyms of "qty"

Also calculate "amount" automatically if missing and when all the
line items and taxes have a valid "refund_total" key.
2021-02-11 09:51:13 +01:00
..
Internal Make the refunds creation REST API behave more as documented 2021-02-11 09:51:13 +01:00
Proxies Add a test for the added functionality of LegacyProxy. 2021-01-12 10:16:00 +01:00
Utilities Fix a couple of incompatibilities with NumberUtils::round 2020-10-08 13:13:53 +02:00