ultracart_api 3.1.4 → 3.1.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: bc7bfc87ce7536e81d085fa26eb997e96404937f787c5408aa4ecc6e5509d612
4
- data.tar.gz: 3c6a358d21f2be6145eaf8daf7182abb1b5c851d4ee70800f850807d3fc80e95
3
+ metadata.gz: cbe3a716091ec080ca1b98dceb24d11f943750ab15eee75d82d49b2afe6d84d4
4
+ data.tar.gz: ee95d4a3a5875ad45c599ced6810c124a08ab0f6ffbd3d93ec2c0d0b771239a6
5
5
  SHA512:
6
- metadata.gz: 8b452649d96d40b0b741a2a710b4104347186c5c78a9be3d6deb87fdfe82b1fd3cdedec0a5c09111b826aeaec30251c5e6f5edf450da7895b7eeef9206256f41
7
- data.tar.gz: '09f3e6821b2613e04c50c90f54b679e5b8f9169c7e872a81ded0179da3bd15ed373de1ed91f4458ed1dc1917f4ee97d57865ac461117bf948a46538a10e7fdd6'
6
+ metadata.gz: 15db56e7ce000ff22e4171cd8fc6c3ebe087c7757b59c19ceb06b3552b304eded1c84730c730ab6d83897ea1eaa8ce14f0f2fc760bd12d7639a98a07654b8533
7
+ data.tar.gz: ca1511eeac09bb4768935144c5ed6bbb9dd13d108d0a5e2140c6120414ca9ebefaa50f1b666abeb1bfbddc45cc9718a71bf3a3e6ea4cd60361b1f169e13fb919
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.1.4
10
+ - Package version: 3.1.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.1.4.gem
27
+ gem install ./ultracart_api-3.1.5.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.1.4.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.1.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.1.4'
35
+ gem 'ultracart_api', '~> 3.1.5'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1002,6 +1002,7 @@ Not every change is committed to every SDK.
1002
1002
 
1003
1003
  | Version | Date | Comments |
1004
1004
  | --: | :-: | --- |
1005
+ | 3.1.5 | 02/12/2021 | Bug Fix: PHP retry logic missing a closing brace. Also screen recording page view data response refactor |
1005
1006
  | 3.1.3 | 02/11/2021 | Bug Fix: wrong return type on CustomerApi.validateEmailVerificationToken |
1006
1007
  | 3.1.2 | 02/11/2021 | CustomerApi.getEmailVerificationToken, CustomerApi.validateEmailVerificationToken added to allow for custom email verification. Also added favorite flag to screen recording object |
1007
1008
  | 3.1.1 | 02/10/2021 | CustomerApi.getCustomerByEmail() method added |
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.1.4'
14
+ VERSION = '3.1.5'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultracart_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.4
4
+ version: 3.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart