ultracart_api 3.8.0 → 3.8.1

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: 525852c2356a09418a97f953e0837e873dd3dd21dac6d43617b7c160104921ac
4
- data.tar.gz: 81e824756f7b0bede13c30efa96e2e470865aa925b2f72ebb06dc05f79a3bbbe
3
+ metadata.gz: 6412a8238f4fe528a28a303ce630e77e99b6b2228b4f4d5203573f261e568109
4
+ data.tar.gz: 1a96aae95a1230fa762bf4ea920a512d06d434ff1a483025273fa541a684ac5a
5
5
  SHA512:
6
- metadata.gz: 95b9909635079523f412cc6992311022444d40ea5d039400b35b6110430298a6f62fe59e71a73b3ccc433a40a5d139338f2fa06707075209efd03ed7e07e913e
7
- data.tar.gz: a2b8970f62a2a3d39b197b67883394eadbfab62f7f26a325c0185b6d05eac3125b5b9894dd10a4ce88c99c07495260d0e5b293670aac4df9c859658f0814a41e
6
+ metadata.gz: 8ecb7304421102db1396eb30c198919c3f7d1b991130b8f00c13b1e73a553e2d590cd0b17432e41c287721d9f7ec32c72ea451f4a8c62f014a49e5b7a574bedf
7
+ data.tar.gz: cfcca9ecfe33cc77fa1ddf47210dc921693aa40dd6f4f9775935458c2d95e4a777a93aad7dbc36f148630d5bb8718598a30451a67e5c2d9486544ee3b71ce62a
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.8.0
10
+ - Package version: 3.8.1
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.8.0.gem
27
+ gem install ./ultracart_api-3.8.1.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.8.0.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.8.1.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.8.0'
35
+ gem 'ultracart_api', '~> 3.8.1'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1112,6 +1112,8 @@ Class | Method | HTTP request | Description
1112
1112
  - customer_write: Allows you to write customer information.
1113
1113
  - fulfillment_read: Allows you to read fulfillment information.
1114
1114
  - fulfillment_write: Allows you to write fulfillment information.
1115
+ - gift_certificate_read: Allows you to read gift certificate information.
1116
+ - gift_certificate_write: Allows you to write gift certificate information.
1115
1117
  - integration_log_read: Allows you to read integration log information.
1116
1118
  - integration_log_write: Allows you to write integration log information.
1117
1119
  - order_read: Allows you to read order information.
@@ -1143,6 +1145,7 @@ Not every change is committed to every SDK.
1143
1145
 
1144
1146
  | Version | Date | Comments |
1145
1147
  | --: | :-: | --- |
1148
+ | 3.8.1 | 02/16/2022 | auto order item level pause flag |
1146
1149
  | 3.8.0 | 02/16/2022 | gift certificate api (testing) |
1147
1150
  | 3.7.38 | 02/15/2022 | gift certificate api (currently in testing) |
1148
1151
  | 3.6.38 | 02/07/2022 | Exposed auto order logs |
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.8.0'
14
+ VERSION = '3.8.1'
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.8.0
4
+ version: 3.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart