ultracart_api 3.4.6 → 3.4.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -28,8 +28,6 @@ module UltracartClient
28
28
 
29
29
  attr_accessor :hide_connect_single_gateway
30
30
 
31
- attr_accessor :immediate_finalize_domains
32
-
33
31
  attr_accessor :send_customer_billing_update_on_decline
34
32
 
35
33
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -42,7 +40,6 @@ module UltracartClient
42
40
  :'configured_gateways_details' => :'configuredGatewaysDetails',
43
41
  :'failed_attempts' => :'failedAttempts',
44
42
  :'hide_connect_single_gateway' => :'hideConnectSingleGateway',
45
- :'immediate_finalize_domains' => :'immediateFinalizeDomains',
46
43
  :'send_customer_billing_update_on_decline' => :'sendCustomerBillingUpdateOnDecline'
47
44
  }
48
45
  end
@@ -57,7 +54,6 @@ module UltracartClient
57
54
  :'configured_gateways_details' => :'String',
58
55
  :'failed_attempts' => :'String',
59
56
  :'hide_connect_single_gateway' => :'BOOLEAN',
60
- :'immediate_finalize_domains' => :'String',
61
57
  :'send_customer_billing_update_on_decline' => :'BOOLEAN'
62
58
  }
63
59
  end
@@ -98,10 +94,6 @@ module UltracartClient
98
94
  self.hide_connect_single_gateway = attributes[:'hideConnectSingleGateway']
99
95
  end
100
96
 
101
- if attributes.has_key?(:'immediateFinalizeDomains')
102
- self.immediate_finalize_domains = attributes[:'immediateFinalizeDomains']
103
- end
104
-
105
97
  if attributes.has_key?(:'sendCustomerBillingUpdateOnDecline')
106
98
  self.send_customer_billing_update_on_decline = attributes[:'sendCustomerBillingUpdateOnDecline']
107
99
  end
@@ -132,7 +124,6 @@ module UltracartClient
132
124
  configured_gateways_details == o.configured_gateways_details &&
133
125
  failed_attempts == o.failed_attempts &&
134
126
  hide_connect_single_gateway == o.hide_connect_single_gateway &&
135
- immediate_finalize_domains == o.immediate_finalize_domains &&
136
127
  send_customer_billing_update_on_decline == o.send_customer_billing_update_on_decline
137
128
  end
138
129
 
@@ -145,7 +136,7 @@ module UltracartClient
145
136
  # Calculates hash code according to all attributes.
146
137
  # @return [Fixnum] Hash code
147
138
  def hash
148
- [accept_credit_cards, billed_by, charge_during_checkout, collect_cvv2, configured_gateways_details, failed_attempts, hide_connect_single_gateway, immediate_finalize_domains, send_customer_billing_update_on_decline].hash
139
+ [accept_credit_cards, billed_by, charge_during_checkout, collect_cvv2, configured_gateways_details, failed_attempts, hide_connect_single_gateway, send_customer_billing_update_on_decline].hash
149
140
  end
150
141
 
151
142
  # 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.4.6'
14
+ VERSION = '3.4.7'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultracart_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.6
4
+ version: 3.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-03 00:00:00.000000000 Z
11
+ date: 2021-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -457,6 +457,9 @@ files:
457
457
  - docs/EmailListCustomer.md
458
458
  - docs/EmailListCustomersResponse.md
459
459
  - docs/EmailListResponse.md
460
+ - docs/EmailListSegmentFolder.md
461
+ - docs/EmailListSegmentFolderResponse.md
462
+ - docs/EmailListSegmentFoldersResponse.md
460
463
  - docs/EmailListSegmentMembership.md
461
464
  - docs/EmailListSegmentUsedBy.md
462
465
  - docs/EmailListSubscribeResponse.md
@@ -1111,6 +1114,9 @@ files:
1111
1114
  - lib/ultracart_api/models/email_list_customer.rb
1112
1115
  - lib/ultracart_api/models/email_list_customers_response.rb
1113
1116
  - lib/ultracart_api/models/email_list_response.rb
1117
+ - lib/ultracart_api/models/email_list_segment_folder.rb
1118
+ - lib/ultracart_api/models/email_list_segment_folder_response.rb
1119
+ - lib/ultracart_api/models/email_list_segment_folders_response.rb
1114
1120
  - lib/ultracart_api/models/email_list_segment_membership.rb
1115
1121
  - lib/ultracart_api/models/email_list_segment_used_by.rb
1116
1122
  - lib/ultracart_api/models/email_list_subscribe_response.rb