ultracart_api 3.6.4 → 3.6.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 75947a7eeb0b2069a99895e6ad75b336ffdd3b6bdb772529681f9b8d426ac87b
4
- data.tar.gz: c25acf93d768b26f631907b80d427dcfd08dfd1cf3c4b67e16dc5b40f3e888f0
3
+ metadata.gz: 866027b01c86dc77f25753ef62940423da3d4c300d4e05257373f7518637e180
4
+ data.tar.gz: 4d334e6f9da34ff38320f7c46fd0aa071e92ff1c38aec8c8f7ac33d560fd67b6
5
5
  SHA512:
6
- metadata.gz: eb721e73723780a5d077ba5c927893b91157e80b8a27fdb601b52353f6581b1013da797e9b62917d0a9739bf65daba050bec4fdf87c07418d0f540cc7139233f
7
- data.tar.gz: 1166427bec5e43271bca12093994d7c333f0934bc98ef22ec917e3c6710f5c386b2e4fcb219b6d2896d4164b7f3e043a293ccf72e0dfcc27573b98adad380a59
6
+ metadata.gz: dc59f71d88f5deace6e67349bcd795e6daefec3702d4cee62beb3b3612572c6da74a9a7d4853c73ba0741375d32b954bcf43bfca94dda9d9ecb4505a9cc24143
7
+ data.tar.gz: 50739b1380126d0768b64dd6abe291b264e4118b59a53e5ea672cf366c78068c2ce274b8c652942a368186d4f7fcdf3592dd764a1cc49d4300b59085443ca502
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.4
10
+ - Package version: 3.6.5
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.4.gem
27
+ gem install ./ultracart_api-3.6.5.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.6.4.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.6.5.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.4'
35
+ gem 'ultracart_api', '~> 3.6.5'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1118,6 +1118,7 @@ Not every change is committed to every SDK.
1118
1118
 
1119
1119
  | Version | Date | Comments |
1120
1120
  | --: | :-: | --- |
1121
+ | 3.6.5 | 08/25/2021 | configuration api - removed some internal fields from sdk |
1121
1122
  | 3.6.4 | 08/24/2021 | configuration api - new payment method named insurance |
1122
1123
  | 3.6.1 | 08/23/2021 | configuration api - enum problems, also added order.item.tracking_number to support line item tracking numbers |
1123
1124
  | 3.6.0 | 08/19/2021 | coupon api - changed tieredAmountOffItem to support mulitple items |
@@ -18,8 +18,6 @@ Name | Type | Description | Notes
18
18
  **quote_request** | [**PaymentsConfigurationQuoteRequest**](PaymentsConfigurationQuoteRequest.md) | | [optional]
19
19
  **sezzle** | [**PaymentsConfigurationSezzle**](PaymentsConfigurationSezzle.md) | | [optional]
20
20
  **show_accounting_code** | **BOOLEAN** | Internal flag used to determine if accounting codes should be shown on the screen or not. This flag is true if the merchant has a Quickbooks integration configured. | [optional]
21
- **switch_to_sub_tab** | **String** | | [optional]
22
- **switch_to_tab** | **String** | | [optional]
23
21
  **ultracart_payments_wepay** | [**PaymentsConfigurationWePay**](PaymentsConfigurationWePay.md) | | [optional]
24
22
  **wire_transfer** | [**PaymentsConfigurationWireTransfer**](PaymentsConfigurationWireTransfer.md) | | [optional]
25
23
 
@@ -23,7 +23,6 @@ Name | Type | Description | Notes
23
23
  **owner_name** | **String** | Owner name | [optional]
24
24
  **owner_phone** | **String** | Owner phone | [optional]
25
25
  **postal_code** | **String** | Postal code | [optional]
26
- **remove_pay_pal_pro** | **BOOLEAN** | | [optional]
27
26
  **restrictions** | [**PaymentsConfigurationRestrictions**](PaymentsConfigurationRestrictions.md) | | [optional]
28
27
  **short_paypal_marketing_text** | **BOOLEAN** | Internal UI aid | [optional]
29
28
  **show_ultracart_payments_disabled** | **BOOLEAN** | Internal flag to aid UI | [optional]
@@ -45,10 +45,6 @@ module UltracartClient
45
45
  # Internal flag used to determine if accounting codes should be shown on the screen or not. This flag is true if the merchant has a Quickbooks integration configured.
46
46
  attr_accessor :show_accounting_code
47
47
 
48
- attr_accessor :switch_to_sub_tab
49
-
50
- attr_accessor :switch_to_tab
51
-
52
48
  attr_accessor :ultracart_payments_wepay
53
49
 
54
50
  attr_accessor :wire_transfer
@@ -71,8 +67,6 @@ module UltracartClient
71
67
  :'quote_request' => :'quote_request',
72
68
  :'sezzle' => :'sezzle',
73
69
  :'show_accounting_code' => :'show_accounting_code',
74
- :'switch_to_sub_tab' => :'switchToSubTab',
75
- :'switch_to_tab' => :'switchToTab',
76
70
  :'ultracart_payments_wepay' => :'ultracart_payments_wepay',
77
71
  :'wire_transfer' => :'wire_transfer'
78
72
  }
@@ -96,8 +90,6 @@ module UltracartClient
96
90
  :'quote_request' => :'PaymentsConfigurationQuoteRequest',
97
91
  :'sezzle' => :'PaymentsConfigurationSezzle',
98
92
  :'show_accounting_code' => :'BOOLEAN',
99
- :'switch_to_sub_tab' => :'String',
100
- :'switch_to_tab' => :'String',
101
93
  :'ultracart_payments_wepay' => :'PaymentsConfigurationWePay',
102
94
  :'wire_transfer' => :'PaymentsConfigurationWireTransfer'
103
95
  }
@@ -171,14 +163,6 @@ module UltracartClient
171
163
  self.show_accounting_code = attributes[:'show_accounting_code']
172
164
  end
173
165
 
174
- if attributes.has_key?(:'switchToSubTab')
175
- self.switch_to_sub_tab = attributes[:'switchToSubTab']
176
- end
177
-
178
- if attributes.has_key?(:'switchToTab')
179
- self.switch_to_tab = attributes[:'switchToTab']
180
- end
181
-
182
166
  if attributes.has_key?(:'ultracart_payments_wepay')
183
167
  self.ultracart_payments_wepay = attributes[:'ultracart_payments_wepay']
184
168
  end
@@ -221,8 +205,6 @@ module UltracartClient
221
205
  quote_request == o.quote_request &&
222
206
  sezzle == o.sezzle &&
223
207
  show_accounting_code == o.show_accounting_code &&
224
- switch_to_sub_tab == o.switch_to_sub_tab &&
225
- switch_to_tab == o.switch_to_tab &&
226
208
  ultracart_payments_wepay == o.ultracart_payments_wepay &&
227
209
  wire_transfer == o.wire_transfer
228
210
  end
@@ -236,7 +218,7 @@ module UltracartClient
236
218
  # Calculates hash code according to all attributes.
237
219
  # @return [Fixnum] Hash code
238
220
  def hash
239
- [affirm, amazon, cash, check, cod, credit_card, echeck, insurance, loan_hero, money_order, paypal, purchase_order, quote_request, sezzle, show_accounting_code, switch_to_sub_tab, switch_to_tab, ultracart_payments_wepay, wire_transfer].hash
221
+ [affirm, amazon, cash, check, cod, credit_card, echeck, insurance, loan_hero, money_order, paypal, purchase_order, quote_request, sezzle, show_accounting_code, ultracart_payments_wepay, wire_transfer].hash
240
222
  end
241
223
 
242
224
  # Builds the object from hash
@@ -74,8 +74,6 @@ module UltracartClient
74
74
  # Postal code
75
75
  attr_accessor :postal_code
76
76
 
77
- attr_accessor :remove_pay_pal_pro
78
-
79
77
  attr_accessor :restrictions
80
78
 
81
79
  # Internal UI aid
@@ -122,7 +120,6 @@ module UltracartClient
122
120
  :'owner_name' => :'owner_name',
123
121
  :'owner_phone' => :'owner_phone',
124
122
  :'postal_code' => :'postal_code',
125
- :'remove_pay_pal_pro' => :'removePayPalPro',
126
123
  :'restrictions' => :'restrictions',
127
124
  :'short_paypal_marketing_text' => :'short_paypal_marketing_text',
128
125
  :'show_ultracart_payments_disabled' => :'show_ultracart_payments_disabled',
@@ -157,7 +154,6 @@ module UltracartClient
157
154
  :'owner_name' => :'String',
158
155
  :'owner_phone' => :'String',
159
156
  :'postal_code' => :'String',
160
- :'remove_pay_pal_pro' => :'BOOLEAN',
161
157
  :'restrictions' => :'PaymentsConfigurationRestrictions',
162
158
  :'short_paypal_marketing_text' => :'BOOLEAN',
163
159
  :'show_ultracart_payments_disabled' => :'BOOLEAN',
@@ -257,10 +253,6 @@ module UltracartClient
257
253
  self.postal_code = attributes[:'postal_code']
258
254
  end
259
255
 
260
- if attributes.has_key?(:'removePayPalPro')
261
- self.remove_pay_pal_pro = attributes[:'removePayPalPro']
262
- end
263
-
264
256
  if attributes.has_key?(:'restrictions')
265
257
  self.restrictions = attributes[:'restrictions']
266
258
  end
@@ -332,7 +324,6 @@ module UltracartClient
332
324
  owner_name == o.owner_name &&
333
325
  owner_phone == o.owner_phone &&
334
326
  postal_code == o.postal_code &&
335
- remove_pay_pal_pro == o.remove_pay_pal_pro &&
336
327
  restrictions == o.restrictions &&
337
328
  short_paypal_marketing_text == o.short_paypal_marketing_text &&
338
329
  show_ultracart_payments_disabled == o.show_ultracart_payments_disabled &&
@@ -352,7 +343,7 @@ module UltracartClient
352
343
  # Calculates hash code according to all attributes.
353
344
  # @return [Fixnum] Hash code
354
345
  def hash
355
- [accept_wepay, account_update_uri, address1, address2, canada_accept_debit_cards, city, company, company_description, console_hostname, country, credit_card_rate, currency, expected_revenue, hide_credit_card_non_ultracart_payments, hide_surcharge_amount, industry, owner_email, owner_name, owner_phone, postal_code, remove_pay_pal_pro, restrictions, short_paypal_marketing_text, show_ultracart_payments_disabled, show_ultracart_payments_intro, show_ultracart_payments_verification, show_ultracart_payments_verified, state, website_url].hash
346
+ [accept_wepay, account_update_uri, address1, address2, canada_accept_debit_cards, city, company, company_description, console_hostname, country, credit_card_rate, currency, expected_revenue, hide_credit_card_non_ultracart_payments, hide_surcharge_amount, industry, owner_email, owner_name, owner_phone, postal_code, restrictions, short_paypal_marketing_text, show_ultracart_payments_disabled, show_ultracart_payments_intro, show_ultracart_payments_verification, show_ultracart_payments_verified, state, website_url].hash
356
347
  end
357
348
 
358
349
  # 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.4'
14
+ VERSION = '3.6.5'
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.6.4
4
+ version: 3.6.5
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-24 00:00:00.000000000 Z
11
+ date: 2021-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus