ultracart_api 4.0.220 → 4.0.221

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: e08c0bb3ef35e43f6cb72cb2d1f29b16612bf013ea529f979d14c3420d2278b4
4
- data.tar.gz: e414b4ea55e973a31bd013fbe93c4e8428b3443d9d5a90c9ecbd9751ab76e192
3
+ metadata.gz: d7fc76bee1a6ab2a7736ebc4ab3d92794a1bc33dad54bfe035fbbbfb2166eb25
4
+ data.tar.gz: 38ace6574328c63059b5e73cf3b95838f62b43d162077754f54b21d4c8748a51
5
5
  SHA512:
6
- metadata.gz: ced3688bdcbb197f460044e4a1ec884aae34b938b8f5a0d5e7bedd7dae409ae362f441daa1567bbc148fe59ad7b88b1aeb4c1183959189d78d14145bd2cab802
7
- data.tar.gz: 4a2c777d85c39e7cffcb0398d16f36e557742bc25090c281f857c0ce0b9ce37f208bfae652e8b9cc05f2925b0b9d6ec5d38cf5247a8026ee6fb2f2f07f15e457
6
+ metadata.gz: 3fd14b72a61b5c9fa52655297854a6262596fb9bd1c8d0d4bb111c6fc0946f0e4a78a2400a21fba07661cf50a7abddce28fb40fa576762b869794d4bf1e833f9
7
+ data.tar.gz: 6359408428c1a09ccfef8f9f1625b7926b896a60e873f7c0d3cd929d2e80ea081dd9adefd5dfacc18d43ebe08806cf981dc1ffd7e230b0f758444c636e2d863a
data/README.md CHANGED
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 2.0.0
10
- - Package version: 4.0.220
10
+ - Package version: 4.0.221
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
13
13
 
@@ -24,16 +24,16 @@ gem build ultracart_api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ultracart_api-4.0.220.gem
27
+ gem install ./ultracart_api-4.0.221.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ultracart_api-4.0.220.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ultracart_api-4.0.221.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'ultracart_api', '~> 4.0.220'
36
+ gem 'ultracart_api', '~> 4.0.221'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -1509,6 +1509,7 @@ Not every change is committed to every SDK.
1509
1509
 
1510
1510
  | Version | Date | Comments |
1511
1511
  | --: | :-: | --- |
1512
+ | 4.0.221 | 05/16/2024 | OrderPayment - constants for payment method Amazon Pay and Link |
1512
1513
  | 4.0.220 | 05/15/2024 | conversation pbx voicemail mailbox indep. voice properties |
1513
1514
  | 4.0.219 | 05/15/2024 | conversation pbx - missing fields on agent object |
1514
1515
  | 4.0.218 | 05/14/2024 | conversation pbx - allowed value constants on the action |
@@ -252,7 +252,7 @@ module UltracartClient
252
252
  # Check to see if the all the properties in the model are valid
253
253
  # @return true if the model is valid
254
254
  def valid?
255
- 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", "Apple Pay", "Google Pay", "Health Benefit Card"])
255
+ payment_method_validator = EnumAttributeValidator.new('String', ["Affirm", "Amazon", "Amazon Pay", "Amazon SC", "Cash", "Check", "COD", "Credit Card", "eBay", "eCheck", "Google Shopping", "Insurance", "Link", "LoanHero", "Money Order", "PayPal", "Purchase Order", "Quote Request", "Unknown", "Wire Transfer", "Walmart", "Shop.com", "Sezzle", "Venmo", "Apple Pay", "Google Pay", "Health Benefit Card"])
256
256
  return false unless payment_method_validator.valid?(@payment_method)
257
257
  payment_status_validator = EnumAttributeValidator.new('String', ["Unprocessed", "Authorized", "Capture Failed", "Processed", "Declined", "Voided", "Refunded", "Skipped"])
258
258
  return false unless payment_status_validator.valid?(@payment_status)
@@ -262,7 +262,7 @@ module UltracartClient
262
262
  # Custom attribute writer method checking allowed values (enum).
263
263
  # @param [Object] payment_method Object to be assigned
264
264
  def payment_method=(payment_method)
265
- 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", "Apple Pay", "Google Pay", "Health Benefit Card"])
265
+ validator = EnumAttributeValidator.new('String', ["Affirm", "Amazon", "Amazon Pay", "Amazon SC", "Cash", "Check", "COD", "Credit Card", "eBay", "eCheck", "Google Shopping", "Insurance", "Link", "LoanHero", "Money Order", "PayPal", "Purchase Order", "Quote Request", "Unknown", "Wire Transfer", "Walmart", "Shop.com", "Sezzle", "Venmo", "Apple Pay", "Google Pay", "Health Benefit Card"])
266
266
  unless validator.valid?(payment_method)
267
267
  fail ArgumentError, "invalid value for \"payment_method\", must be one of #{validator.allowable_values}."
268
268
  end
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.0.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '4.0.220'
14
+ VERSION = '4.0.221'
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: 4.0.220
4
+ version: 4.0.221
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-15 00:00:00.000000000 Z
11
+ date: 2024-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus