ultracart_api 3.4.10 → 3.4.11

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: edc50e441a8a9c4ddb57f39f2b6f8970343550350ac36aa86f99ece3102c4d5e
4
- data.tar.gz: f0c539b1461f08b33e5089149d33f6e83c119f59bf5934568a21a00c7ce3bb1f
3
+ metadata.gz: 4245e873129516de30be38429ec9b9be35c51980741b172ae00e772d36ff69f3
4
+ data.tar.gz: e58e9e32bca389b1cadafff9e4089df77aaba05766aa65e9e185156f96fcfe1e
5
5
  SHA512:
6
- metadata.gz: 9dea24c39936bd03d12fc4703ddc3532d26237f6e8b5fdae4e201e83332f40f379328dece34320abeb8ddd54c5caca026a03d34b903f34ffeb03541171f4a6bc
7
- data.tar.gz: eaed1a0ec6dacd177bea2a2bd2c8e89a78ece766f8f87dc631943c5f96199b2659481b80c7c9c5d9366c389b76af912585bfc56f886034ef2fcad26bf4fdbb74
6
+ metadata.gz: baa5e4e73a5922c38c3ade92ff47d0ea9268a5bbb6ca2a6b108248fc9c71011552184f3de33b17a6f8314c6930224b01897ae185d9a4317f52e538f954251be5
7
+ data.tar.gz: '0483a291cf2029c4011f1f7ecf69f2a89bf83c9c1ad06cfa20ee645b03198416a8222575eef61efbb757c6a959991f612f805cbd02a6fd45184a286fc3043298'
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.4.10
10
+ - Package version: 3.4.11
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.4.10.gem
27
+ gem install ./ultracart_api-3.4.11.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.4.10.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.4.11.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.4.10'
35
+ gem 'ultracart_api', '~> 3.4.11'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
  **charge_during_checkout** | **BOOLEAN** | If false, order will be accepted and placed into Accounts Receivable without charging card first | [optional]
9
9
  **collect_cvv2** | **BOOLEAN** | UltraCart will require customer to enter cvv if this is true | [optional]
10
10
  **configured_gateway_details** | **String** | Human readable description of the credit card gateway currently configured | [optional]
11
- **failed_attempts** | **String** | The number of failed attempts before the order is placed into Accounts Receivable for manual intervention | [optional]
11
+ **failed_attempts** | **Integer** | The number of failed attempts before the order is placed into Accounts Receivable for manual intervention | [optional]
12
12
  **hide_connect_single_gateway** | **BOOLEAN** | This internal flag aids the UI in determining which buttons to show. | [optional]
13
13
  **restrictions** | [**Array<PaymentsConfigurationRestrictions>**](PaymentsConfigurationRestrictions.md) | Restrictions for this payment method | [optional]
14
14
  **send_customer_billing_update_on_decline** | **BOOLEAN** | UltraCart will send customers emails to update their credit card if the card is declined | [optional]
@@ -4,8 +4,8 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **descriptions** | **Array<String>** | | [optional]
7
- **maximum_subtotal** | **String** | Maximum subtotal | [optional]
8
- **minimum_subtotal** | **String** | Minimum subtotal | [optional]
7
+ **maximum_subtotal** | **Float** | Maximum subtotal | [optional]
8
+ **minimum_subtotal** | **Float** | Minimum subtotal | [optional]
9
9
  **payment_method** | **String** | Payment method | [optional]
10
10
  **restriction_alaska_hawaii** | **String** | Alaska and Hawaii restriction | [optional]
11
11
  **restriction_apo_fpo** | **String** | APO/FPO restriction | [optional]
@@ -72,7 +72,7 @@ module UltracartClient
72
72
  :'charge_during_checkout' => :'BOOLEAN',
73
73
  :'collect_cvv2' => :'BOOLEAN',
74
74
  :'configured_gateway_details' => :'String',
75
- :'failed_attempts' => :'String',
75
+ :'failed_attempts' => :'Integer',
76
76
  :'hide_connect_single_gateway' => :'BOOLEAN',
77
77
  :'restrictions' => :'Array<PaymentsConfigurationRestrictions>',
78
78
  :'send_customer_billing_update_on_decline' => :'BOOLEAN',
@@ -78,8 +78,8 @@ module UltracartClient
78
78
  def self.swagger_types
79
79
  {
80
80
  :'descriptions' => :'Array<String>',
81
- :'maximum_subtotal' => :'String',
82
- :'minimum_subtotal' => :'String',
81
+ :'maximum_subtotal' => :'Float',
82
+ :'minimum_subtotal' => :'Float',
83
83
  :'payment_method' => :'String',
84
84
  :'restriction_alaska_hawaii' => :'String',
85
85
  :'restriction_apo_fpo' => :'String',
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.4.10'
14
+ VERSION = '3.4.11'
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.10
4
+ version: 3.4.11
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-05 00:00:00.000000000 Z
11
+ date: 2021-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus