docs/OrderApi.md in ultracart_api-4.0.195 vs docs/OrderApi.md in ultracart_api-4.0.196
- old
+ new
@@ -1563,10 +1563,10 @@
> <OrderResponse> refund_order(order_id, order, opts)
Refund an order
-Perform a refund operation on an order and then update the order if successful
+Perform a refund operation on an order and then update the order if successful. All of the object properties ending in _refunded should be the TOTAL amount that should end up being refunded. UltraCart will calculate the actual amount to refund based upon the prior refunds.
### Examples
```ruby
require 'time'