ultracart_api 3.8.0 → 3.8.1
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 +4 -4
- data/README.md +7 -4
- data/lib/ultracart_api/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6412a8238f4fe528a28a303ce630e77e99b6b2228b4f4d5203573f261e568109
|
|
4
|
+
data.tar.gz: 1a96aae95a1230fa762bf4ea920a512d06d434ff1a483025273fa541a684ac5a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
27
|
+
gem install ./ultracart_api-3.8.1.gem
|
|
28
28
|
```
|
|
29
|
-
(for development, run `gem install --dev ./ultracart_api-3.8.
|
|
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.
|
|
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 |
|