docs/CartCheckout.md in ultracart_api-4.0.214 vs docs/CartCheckout.md in ultracart_api-4.0.224

- old
+ new

@@ -3,10 +3,11 @@ ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **comments** | **String** | Comments from the customer. Rarely used on the single page checkout. | [optional] | +| **current_step** | **String** | Current step of the checkout (read only) | [optional] | | **custom_field1** | **String** | Custom field 1 | [optional] | | **custom_field10** | **String** | Custom field 10 | [optional] | | **custom_field2** | **String** | Custom field 2 | [optional] | | **custom_field3** | **String** | Custom field 3 | [optional] | | **custom_field4** | **String** | Custom field 4 | [optional] | @@ -27,9 +28,10 @@ ```ruby require 'ultracart_api' instance = UltracartClient::CartCheckout.new( comments: null, + current_step: null, custom_field1: null, custom_field10: null, custom_field2: null, custom_field3: null, custom_field4: null,