docs/OrderApi.md in ultracart_api-3.10.40 vs docs/OrderApi.md in ultracart_api-3.10.41

- old
+ new

@@ -1004,10 +1004,11 @@ reject_after_refund: false, # BOOLEAN | Reject order after refund skip_customer_notification: false, # BOOLEAN | Skip customer email notification auto_order_cancel: false, # BOOLEAN | Cancel associated auto orders manual_refund: false, # BOOLEAN | Consider a manual refund done externally reverse_affiliate_transactions: true, # BOOLEAN | Reverse affiliate transactions + issue_store_credit: false, # BOOLEAN | Issue a store credit instead of refunding the original payment method, loyalty must be configured on merchant account _expand: '_expand_example' # String | The object expansion to perform on the result. See documentation for examples } begin #Refund an order @@ -1027,9 +1028,10 @@ **reject_after_refund** | **BOOLEAN**| Reject order after refund | [optional] [default to false] **skip_customer_notification** | **BOOLEAN**| Skip customer email notification | [optional] [default to false] **auto_order_cancel** | **BOOLEAN**| Cancel associated auto orders | [optional] [default to false] **manual_refund** | **BOOLEAN**| Consider a manual refund done externally | [optional] [default to false] **reverse_affiliate_transactions** | **BOOLEAN**| Reverse affiliate transactions | [optional] [default to true] + **issue_store_credit** | **BOOLEAN**| Issue a store credit instead of refunding the original payment method, loyalty must be configured on merchant account | [optional] [default to false] **_expand** | **String**| The object expansion to perform on the result. See documentation for examples | [optional] ### Return type [**OrderResponse**](OrderResponse.md)