ultracart_api 3.4.13 → 3.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 22500cf96913599a2955141358bb7115a7686e52a30373afed9cb3b9200df64b
4
- data.tar.gz: fc62ff2a537bdff105cefdbc9db21d143b3e53b134ee8ad76e6505bacea6b11e
3
+ metadata.gz: db3571f0ec8610fbde0a62eb2cb17fa6e9802f2ff064679c54c7d9c649f0c482
4
+ data.tar.gz: 289b61ace54ba132d60741bb4409a16c76604f62cb931b217fd49d6983547311
5
5
  SHA512:
6
- metadata.gz: 1579b1228327bd688cb49bd05b26cec61fdca94cc5515f8d0f061fd23be7ac9296c8a4cddd75cff739e56e56d0d87c62febd231a0f3016da9f90234c62bb9553
7
- data.tar.gz: c1fc84c8068d7a37fbfe731ce5a7392aaac05122f146a2dea21bb41964bc6aa454c35aab197283891b3a01ee01332275548fc1fb55e72a9f7c8b6b5e22014f14
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.4.13
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.4.13.gem
27
+ gem install ./ultracart_api-3.5.0.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.4.13.gem` to install the development dependencies)
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.4.13'
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 |
@@ -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 if you have already shipped product for this order. | [optional]
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** | **String** | Additional cost for using COD | [optional]
11
- **surcharge_percentage** | **String** | Additional percentage cost for using COD | [optional]
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** | **String** | Optional additional fee to charge if PayPal is used. It is rare for this to be used. | [optional]
23
- **processing_percentage** | **String** | The processing percentage charged by PayPal | [optional]
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** | **String** | surcharge_fee | [optional]
16
- **surcharge_percentage** | **String** | surcharge_percentage | [optional]
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 if you have already shipped product for this order.
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' => :'String',
54
- :'surcharge_percentage' => :'String'
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' => :'String',
180
- :'processing_percentage' => :'String',
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' => :'String',
79
- :'surcharge_percentage' => :'String'
78
+ :'surcharge_fee' => :'Float',
79
+ :'surcharge_percentage' => :'Float'
80
80
  }
81
81
  end
82
82
 
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.4.13'
14
+ VERSION = '3.5.0'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultracart_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.13
4
+ version: 3.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart