ultracart_api 3.1.8 → 3.1.9

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: ffa54caaac727da9f22be9484ec752d4d0a020d07e139cd03dcf62d10678fd82
4
- data.tar.gz: 017b7672f0110511473c27ceb10b688a671f3aa76b8278db253d346792b8f1ec
3
+ metadata.gz: 38b0316b68438297efe82bb7880c769fccd55fc3e4091735be9eb3f107f7fa8a
4
+ data.tar.gz: a1748cd5837ef90e36dea67ebd5f05d2d61922bc8ea1deb2dd4c3852f9da9545
5
5
  SHA512:
6
- metadata.gz: 5bd11b03f7adfbc41bac7376b6aa746da93858ea7e3d936108b68505da42f76ed168211b033629daf733801225a01c5b9a058a87cdb0d52d606ac4a989955e5c
7
- data.tar.gz: 4cccc3a66b579f731271e76279833b964d8854301f3337b5a9528b4e3f2c59764a3ec88047c8826899fcc316bb928d845f76493b6f84477b3849dd8af0bdf8a7
6
+ metadata.gz: 8b09fb0044b9ddce75421a77342457491c9c28f185c95e47d46fab428420cbc8b5234e9ffcabf7cac43ad9f854b969bf92043c61ac8e2f68744aa6bce40a4f34
7
+ data.tar.gz: fa1275d4d472272e4953843d354e5cabaf36aea93276754570cbe507d9aafbb2c6cf9db27e26ac1ad8758b902186de9a3974a74b5fb6f3e458656f1db6cc4cfb
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.8
10
+ - Package version: 3.1.9
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.8.gem
27
+ gem install ./ultracart_api-3.1.9.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.1.8.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.1.9.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.8'
35
+ gem 'ultracart_api', '~> 3.1.9'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1004,6 +1004,7 @@ Not every change is committed to every SDK.
1004
1004
 
1005
1005
  | Version | Date | Comments |
1006
1006
  | --: | :-: | --- |
1007
+ | 3.1.9 | 02/24/2021 | Allow coupons to be configured as unique with expiration on cart step within StoreFront Communications |
1007
1008
  | 3.1.8 | 02/24/2021 | Add flag: screen recording missing event boolean |
1008
1009
  | 3.1.5 | 02/12/2021 | Bug Fix: PHP retry logic missing a closing brace. Also screen recording page view data response refactor |
1009
1010
  | 3.1.3 | 02/11/2021 | Bug Fix: wrong return type on CustomerApi.validateEmailVerificationToken |
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.1.8'
14
+ VERSION = '3.1.9'
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.8
4
+ version: 3.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart