ultracart_api 3.4.13 → 3.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +5 -4
- data/docs/OrderChannelPartner.md +1 -1
- data/docs/PaymentsConfigurationCOD.md +2 -2
- data/docs/PaymentsConfigurationPayPal.md +2 -2
- data/docs/PaymentsConfigurationWireTransfer.md +2 -2
- data/lib/ultracart_api/models/order_channel_partner.rb +1 -1
- data/lib/ultracart_api/models/payments_configuration_cod.rb +2 -2
- data/lib/ultracart_api/models/payments_configuration_pay_pal.rb +2 -2
- data/lib/ultracart_api/models/payments_configuration_wire_transfer.rb +2 -2
- data/lib/ultracart_api/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: db3571f0ec8610fbde0a62eb2cb17fa6e9802f2ff064679c54c7d9c649f0c482
|
|
4
|
+
data.tar.gz: 289b61ace54ba132d60741bb4409a16c76604f62cb931b217fd49d6983547311
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 916db9822b8d7957d5d9dbe6a223b3a134c583c398600361397c87333a12d7a3f0ca10f114b17a82d57d3efa1d14d71f8d5abb374e197d6878d2e53f3b62de7b
|
|
7
|
+
data.tar.gz: 785bdb0b07363f5b2d0abf32a0a6f4493f3e0b307f3aee5d02922a0003ae87eabe64733212b04488008be1bce362d98b4106cdb0ef3ad484af3f122331c925aa
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
|
|
|
7
7
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
|
8
8
|
|
|
9
9
|
- API version: 2.0.0
|
|
10
|
-
- Package version: 3.
|
|
10
|
+
- Package version: 3.5.0
|
|
11
11
|
- Build package: io.swagger.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
|
|
13
13
|
|
|
@@ -24,15 +24,15 @@ gem build ultracart_api.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./ultracart_api-3.
|
|
27
|
+
gem install ./ultracart_api-3.5.0.gem
|
|
28
28
|
```
|
|
29
|
-
(for development, run `gem install --dev ./ultracart_api-3.
|
|
29
|
+
(for development, run `gem install --dev ./ultracart_api-3.5.0.gem` to install the development dependencies)
|
|
30
30
|
|
|
31
31
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
32
32
|
|
|
33
33
|
Finally add this to the Gemfile:
|
|
34
34
|
|
|
35
|
-
gem 'ultracart_api', '~> 3.
|
|
35
|
+
gem 'ultracart_api', '~> 3.5.0'
|
|
36
36
|
|
|
37
37
|
### Install from Git
|
|
38
38
|
|
|
@@ -1114,6 +1114,7 @@ Not every change is committed to every SDK.
|
|
|
1114
1114
|
|
|
1115
1115
|
| Version | Date | Comments |
|
|
1116
1116
|
| --: | :-: | --- |
|
|
1117
|
+
| 3.5.0 | 08/11/2021 | RestOrderChannelPartner.store_completed was incorrectly defaulting to true |
|
|
1117
1118
|
| 3.4.13 | 08/10/2021 | configuration api - changed some field types form string to number |
|
|
1118
1119
|
| 3.4.12 | 08/10/2021 | email engine - added webhook editor values for internal ui |
|
|
1119
1120
|
| 3.4.9 | 08/05/2021 | configuration api - updated annotations for method names |
|
data/docs/OrderChannelPartner.md
CHANGED
|
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
|
|
|
11
11
|
**ignore_invalid_shipping_method** | **BOOLEAN** | Set to true to ignore invalid shipping method being specified. Only applicable on inserting orders. | [optional]
|
|
12
12
|
**no_realtime_payment_processing** | **BOOLEAN** | Indicates this order should be placed in Account Receivable for later payment processing | [optional]
|
|
13
13
|
**skip_payment_processing** | **BOOLEAN** | Indicates this order was already paid for via a channel purchase and no payment collection should be attempted | [optional]
|
|
14
|
-
**store_completed** | **BOOLEAN** | Instructs UltraCart to skip shipping department and mark this order as fully complete. Set this flag
|
|
14
|
+
**store_completed** | **BOOLEAN** | Instructs UltraCart to skip shipping department and mark this order as fully complete. This flag defaults to true. Set this flag to false to shipped product for this order. | [optional]
|
|
15
15
|
**store_if_payment_declines** | **BOOLEAN** | If true, any failed payment will place the order in Accounts Receivable rather than rejecting it. | [optional]
|
|
16
16
|
**treat_warnings_as_errors** | **BOOLEAN** | Any warnings are raised as errors and halt the import of the order | [optional]
|
|
17
17
|
|
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**approved_customers_only** | **BOOLEAN** | If true, only approved customers may pay with COD | [optional]
|
|
8
8
|
**restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
|
|
9
9
|
**surcharge_accounting_code** | **String** | Optional field, if surcharge is set, this is the accounting code the surcharge is tagged with when sent to Quickbooks | [optional]
|
|
10
|
-
**surcharge_fee** | **
|
|
11
|
-
**surcharge_percentage** | **
|
|
10
|
+
**surcharge_fee** | **Float** | Additional cost for using COD | [optional]
|
|
11
|
+
**surcharge_percentage** | **Float** | Additional percentage cost for using COD | [optional]
|
|
12
12
|
|
|
13
13
|
|
|
@@ -19,8 +19,8 @@ Name | Type | Description | Notes
|
|
|
19
19
|
**landing_page** | **String** | PayPal landing page | [optional]
|
|
20
20
|
**mode** | **String** | The PayPal mode | [optional]
|
|
21
21
|
**private_key_password** | **String** | PayPal API private key password | [optional]
|
|
22
|
-
**processing_fee** | **
|
|
23
|
-
**processing_percentage** | **
|
|
22
|
+
**processing_fee** | **Float** | Optional additional fee to charge if PayPal is used. It is rare for this to be used. | [optional]
|
|
23
|
+
**processing_percentage** | **Float** | The processing percentage charged by PayPal | [optional]
|
|
24
24
|
**push_paypal** | **BOOLEAN** | True if the internal UI should recommend opening a PayPal account | [optional]
|
|
25
25
|
**restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
|
|
26
26
|
**send_recurring** | **BOOLEAN** | True if UltraCart should send recurring orders to PayPal. There are restrictions to what PayPal will accept for recurring orders. Be careful. | [optional]
|
|
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
|
|
|
12
12
|
**restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
|
|
13
13
|
**routing_number** | **String** | Routing number | [optional]
|
|
14
14
|
**surcharge_accounting_code** | **String** | If a surcharge is present and this merchant is integrated with Quickbooks, this is the accounting code for the surcharge amount | [optional]
|
|
15
|
-
**surcharge_fee** | **
|
|
16
|
-
**surcharge_percentage** | **
|
|
15
|
+
**surcharge_fee** | **Float** | surcharge_fee | [optional]
|
|
16
|
+
**surcharge_percentage** | **Float** | surcharge_percentage | [optional]
|
|
17
17
|
|
|
18
18
|
|
|
@@ -38,7 +38,7 @@ module UltracartClient
|
|
|
38
38
|
# Indicates this order was already paid for via a channel purchase and no payment collection should be attempted
|
|
39
39
|
attr_accessor :skip_payment_processing
|
|
40
40
|
|
|
41
|
-
# Instructs UltraCart to skip shipping department and mark this order as fully complete. Set this flag
|
|
41
|
+
# Instructs UltraCart to skip shipping department and mark this order as fully complete. This flag defaults to true. Set this flag to false to shipped product for this order.
|
|
42
42
|
attr_accessor :store_completed
|
|
43
43
|
|
|
44
44
|
# If true, any failed payment will place the order in Accounts Receivable rather than rejecting it.
|
|
@@ -50,8 +50,8 @@ module UltracartClient
|
|
|
50
50
|
:'approved_customers_only' => :'BOOLEAN',
|
|
51
51
|
:'restrictions' => :'PaymentsConfigurationRestrictions',
|
|
52
52
|
:'surcharge_accounting_code' => :'String',
|
|
53
|
-
:'surcharge_fee' => :'
|
|
54
|
-
:'surcharge_percentage' => :'
|
|
53
|
+
:'surcharge_fee' => :'Float',
|
|
54
|
+
:'surcharge_percentage' => :'Float'
|
|
55
55
|
}
|
|
56
56
|
end
|
|
57
57
|
|
|
@@ -176,8 +176,8 @@ module UltracartClient
|
|
|
176
176
|
:'landing_page' => :'String',
|
|
177
177
|
:'mode' => :'String',
|
|
178
178
|
:'private_key_password' => :'String',
|
|
179
|
-
:'processing_fee' => :'
|
|
180
|
-
:'processing_percentage' => :'
|
|
179
|
+
:'processing_fee' => :'Float',
|
|
180
|
+
:'processing_percentage' => :'Float',
|
|
181
181
|
:'push_paypal' => :'BOOLEAN',
|
|
182
182
|
:'restrictions' => :'PaymentsConfigurationRestrictions',
|
|
183
183
|
:'send_recurring' => :'BOOLEAN',
|
|
@@ -75,8 +75,8 @@ module UltracartClient
|
|
|
75
75
|
:'restrictions' => :'PaymentsConfigurationRestrictions',
|
|
76
76
|
:'routing_number' => :'String',
|
|
77
77
|
:'surcharge_accounting_code' => :'String',
|
|
78
|
-
:'surcharge_fee' => :'
|
|
79
|
-
:'surcharge_percentage' => :'
|
|
78
|
+
:'surcharge_fee' => :'Float',
|
|
79
|
+
:'surcharge_percentage' => :'Float'
|
|
80
80
|
}
|
|
81
81
|
end
|
|
82
82
|
|