ultracart_api 3.6.34 → 3.6.35

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: c768f60e9ba325d7e9a57fa82412329e65b912083a94b76152067a4900e996c2
4
- data.tar.gz: 653e4c245ad2529f746d983b01986723f83a4b4ef6027c43ec2e43eca9e44905
3
+ metadata.gz: 636638552aa720e3eb532a9ef7daa6e4b2d965de9aa6e0abd1e0c4250185c182
4
+ data.tar.gz: 98b15226abff6b4860d9caf13d9e9299768e469ef4f4c47ab12b2f770c21d8d9
5
5
  SHA512:
6
- metadata.gz: 13aad40038c4b3350ebfa9de5e41070681ff4033cba31e410da44d7ea2eb671c0b7068420120321a9221c71f3151eb9fa1181567d7b716b340608acb6f40df60
7
- data.tar.gz: 62ecf4d40a318a4083345bfbd0b2cc676227682cd27fd70510c5aeef5c704ced9c21c21718c4e9976dc688d7286bff5ee75f863252ec1778a3c2b4b93027db79
6
+ metadata.gz: 5888986835864bd3c5a9681b1a09517aa32fb0b099404bd2b1278e754a6b71181ee34ab10140fa5384ed9c8a2219a14900b320f96245a2a0413438d701cdace3
7
+ data.tar.gz: 5726bbf0949ea35e87183b24d853416c62bd36d9484cb97976f8afe95d9bc442cb6900b9b73729e527da10641183b969ab8c987481f4d77befd86725b80662c1
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.6.34
10
+ - Package version: 3.6.35
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.6.34.gem
27
+ gem install ./ultracart_api-3.6.35.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.6.34.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.6.35.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.6.34'
35
+ gem 'ultracart_api', '~> 3.6.35'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1128,6 +1128,7 @@ Not every change is committed to every SDK.
1128
1128
 
1129
1129
  | Version | Date | Comments |
1130
1130
  | --: | :-: | --- |
1131
+ | 3.6.35 | 12/14/2021 | Add cancel_auto_order option to the accounts receivable retry configuration |
1131
1132
  | 3.6.34 | 12/14/2021 | add evening phone E.164 fields to order billing/shipping objects |
1132
1133
  | 3.6.33 | 12/13/2021 | automation testing |
1133
1134
  | 3.6.32 | 12/10/2021 | testing automation - message 4 |
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **active** | **BOOLEAN** | True if the retry should run daily. False puts the retry service into an inactive state for this merchant. | [optional]
7
7
  **allow_process_linked_accounts** | **BOOLEAN** | True if this account has linked accounts that it can process. | [optional]
8
+ **cancel_auto_order** | **BOOLEAN** | If true also cancel the auto order if the order is rejected at the end | [optional]
8
9
  **current_service_plan** | **String** | The current service plan that the account is on. | [optional]
9
10
  **daily_activity_list** | [**Array<AccountsReceivableRetryDayActivity>**](AccountsReceivableRetryDayActivity.md) | A list of days and what actions should take place on those days after an order reaches accounts receivable | [optional]
10
11
  **managed_by_linked_account_merchant_id** | **BOOLEAN** | If not null, this account is managed by the specified parent merchant id. | [optional]
@@ -20,6 +20,9 @@ module UltracartClient
20
20
  # True if this account has linked accounts that it can process.
21
21
  attr_accessor :allow_process_linked_accounts
22
22
 
23
+ # If true also cancel the auto order if the order is rejected at the end
24
+ attr_accessor :cancel_auto_order
25
+
23
26
  # The current service plan that the account is on.
24
27
  attr_accessor :current_service_plan
25
28
 
@@ -61,6 +64,7 @@ module UltracartClient
61
64
  {
62
65
  :'active' => :'active',
63
66
  :'allow_process_linked_accounts' => :'allow_process_linked_accounts',
67
+ :'cancel_auto_order' => :'cancel_auto_order',
64
68
  :'current_service_plan' => :'current_service_plan',
65
69
  :'daily_activity_list' => :'daily_activity_list',
66
70
  :'managed_by_linked_account_merchant_id' => :'managed_by_linked_account_merchant_id',
@@ -81,6 +85,7 @@ module UltracartClient
81
85
  {
82
86
  :'active' => :'BOOLEAN',
83
87
  :'allow_process_linked_accounts' => :'BOOLEAN',
88
+ :'cancel_auto_order' => :'BOOLEAN',
84
89
  :'current_service_plan' => :'String',
85
90
  :'daily_activity_list' => :'Array<AccountsReceivableRetryDayActivity>',
86
91
  :'managed_by_linked_account_merchant_id' => :'BOOLEAN',
@@ -112,6 +117,10 @@ module UltracartClient
112
117
  self.allow_process_linked_accounts = attributes[:'allow_process_linked_accounts']
113
118
  end
114
119
 
120
+ if attributes.has_key?(:'cancel_auto_order')
121
+ self.cancel_auto_order = attributes[:'cancel_auto_order']
122
+ end
123
+
115
124
  if attributes.has_key?(:'current_service_plan')
116
125
  self.current_service_plan = attributes[:'current_service_plan']
117
126
  end
@@ -185,6 +194,7 @@ module UltracartClient
185
194
  self.class == o.class &&
186
195
  active == o.active &&
187
196
  allow_process_linked_accounts == o.allow_process_linked_accounts &&
197
+ cancel_auto_order == o.cancel_auto_order &&
188
198
  current_service_plan == o.current_service_plan &&
189
199
  daily_activity_list == o.daily_activity_list &&
190
200
  managed_by_linked_account_merchant_id == o.managed_by_linked_account_merchant_id &&
@@ -208,7 +218,7 @@ module UltracartClient
208
218
  # Calculates hash code according to all attributes.
209
219
  # @return [Fixnum] Hash code
210
220
  def hash
211
- [active, allow_process_linked_accounts, current_service_plan, daily_activity_list, managed_by_linked_account_merchant_id, merchant_id, notify_emails, notify_rejections, notify_successes, process_linked_accounts, processing_percentage, reject_at_end, trial_mode, trial_mode_expiration_dts].hash
221
+ [active, allow_process_linked_accounts, cancel_auto_order, current_service_plan, daily_activity_list, managed_by_linked_account_merchant_id, merchant_id, notify_emails, notify_rejections, notify_successes, process_linked_accounts, processing_percentage, reject_at_end, trial_mode, trial_mode_expiration_dts].hash
212
222
  end
213
223
 
214
224
  # Builds the object from hash
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.6.34'
14
+ VERSION = '3.6.35'
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.6.34
4
+ version: 3.6.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart