ultracart_api 3.10.138 → 3.10.139

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: 0a2745eb70f41efe491d512ecd559cc2e6018b42ca2d48a17cd6b8e5f007b653
4
- data.tar.gz: 9d3e47b5bb6715633cfc3dca9e26d29e74f5baf9c8f5f5e1b4ade24c5c8c0fe9
3
+ metadata.gz: f39f057114d1c099357f2927ffee958761d7f6f9335ce6df585ff9ca66400632
4
+ data.tar.gz: 429ef818aad66171ca553172d9512379cc5e3aee6f610dff7b911125284da26a
5
5
  SHA512:
6
- metadata.gz: efc23f0641ef76e5e4e3d8215b1dfe7b686d015e3e1e9c4c4de6210d4966a84e298799473e596f3dd3905f070db9e18ac10eeaaa95ef20e43042ca7f91ed9d00
7
- data.tar.gz: 251e5eb8628a7fe41645d12c98198c1b42c7301603d4e7c5d5f7ade06a651638642bf675209d377b3a75ff9c6f51b3a870e2ca47122a4807849b46879cf5358d
6
+ metadata.gz: 72b47aee14efcacaeb10047b0baf3f80a9a88ba9e1e3446a7f727b8518437ea67289ec09a3457b8f11dbf4d00283f784bc294c253aa280a9a0853be7c3450580
7
+ data.tar.gz: 5500e449fea9ac31fe1dce13ca81f63e1ee5c80b02d94470b1cb630be53862da79cb507eef1f5f9d9e23b4ea831dc06a0711e088ee321e5a488830baacb7f191
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.138
10
+ - Package version: 3.10.139
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.10.138.gem
27
+ gem install ./ultracart_api-3.10.139.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.10.138.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.10.139.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.10.138'
35
+ gem 'ultracart_api', '~> 3.10.139'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1354,6 +1354,7 @@ Not every change is committed to every SDK.
1354
1354
 
1355
1355
  | Version | Date | Comments |
1356
1356
  | --: | :-: | --- |
1357
+ | 3.10.139 | 05/25/2023 | added venmo constants for payment type |
1357
1358
  | 3.10.138 | 05/18/2023 | dw bi - send back the executed SQL |
1358
1359
  | 3.10.137 | 05/04/2023 | item api added methods for items reviews |
1359
1360
  | 3.10.136 | 04/28/2023 | item - pricing tier level flag for exempt from min item count |
@@ -225,7 +225,7 @@ module UltracartClient
225
225
  # Check to see if the all the properties in the model are valid
226
226
  # @return true if the model is valid
227
227
  def valid?
228
- payment_method_validator = EnumAttributeValidator.new('String', ['Affirm', 'Amazon', 'Amazon SC', 'Cash', 'Check', 'COD', 'Credit Card', 'eBay', 'eCheck', 'Google Shopping', 'Insurance', 'LoanHero', 'Money Order', 'PayPal', 'Purchase Order', 'Quote Request', 'Unknown', 'Wire Transfer', 'Walmart', 'Shop.com', 'Sezzle'])
228
+ payment_method_validator = EnumAttributeValidator.new('String', ['Affirm', 'Amazon', 'Amazon SC', 'Cash', 'Check', 'COD', 'Credit Card', 'eBay', 'eCheck', 'Google Shopping', 'Insurance', 'LoanHero', 'Money Order', 'PayPal', 'Purchase Order', 'Quote Request', 'Unknown', 'Wire Transfer', 'Walmart', 'Shop.com', 'Sezzle', 'Venmo'])
229
229
  return false unless payment_method_validator.valid?(@payment_method)
230
230
  payment_status_validator = EnumAttributeValidator.new('String', ['Unprocessed', 'Authorized', 'Capture Failed', 'Processed', 'Declined', 'Voided', 'Refunded', 'Skipped'])
231
231
  return false unless payment_status_validator.valid?(@payment_status)
@@ -235,7 +235,7 @@ module UltracartClient
235
235
  # Custom attribute writer method checking allowed values (enum).
236
236
  # @param [Object] payment_method Object to be assigned
237
237
  def payment_method=(payment_method)
238
- validator = EnumAttributeValidator.new('String', ['Affirm', 'Amazon', 'Amazon SC', 'Cash', 'Check', 'COD', 'Credit Card', 'eBay', 'eCheck', 'Google Shopping', 'Insurance', 'LoanHero', 'Money Order', 'PayPal', 'Purchase Order', 'Quote Request', 'Unknown', 'Wire Transfer', 'Walmart', 'Shop.com', 'Sezzle'])
238
+ validator = EnumAttributeValidator.new('String', ['Affirm', 'Amazon', 'Amazon SC', 'Cash', 'Check', 'COD', 'Credit Card', 'eBay', 'eCheck', 'Google Shopping', 'Insurance', 'LoanHero', 'Money Order', 'PayPal', 'Purchase Order', 'Quote Request', 'Unknown', 'Wire Transfer', 'Walmart', 'Shop.com', 'Sezzle', 'Venmo'])
239
239
  unless validator.valid?(payment_method)
240
240
  fail ArgumentError, 'invalid value for "payment_method", must be one of #{validator.allowable_values}.'
241
241
  end
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.10.138'
14
+ VERSION = '3.10.139'
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.10.138
4
+ version: 3.10.139
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-18 00:00:00.000000000 Z
11
+ date: 2023-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus