ultracart_api 3.11.48 → 3.11.49
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 +5 -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: 7416774596baba1e1589f6fd64c6e61df41c77a849dbe3804ce75c9d627b39b2
|
|
4
|
+
data.tar.gz: af003dd3a33193f3aae93be6da4719b91e4114793a9bc4eb6517f135d26dca08
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8445f8bd3c9b8381ef51561bc4dee40351e062ed8afb04867411af8a4d9afce9d67d0850091910a15357ba0464d901b3247f7a148f52a635f18db78756e17bd1
|
|
7
|
+
data.tar.gz: 0d8f6b9890599eaf4f87dd2f3db1bd253f43e629bdacd2b68a79df4a312e1841ced6c05c4ac120b79501e1417213928fbe462725c94e95918fc17f4acfec080a
|
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.11.
|
|
10
|
+
- Package version: 3.11.49
|
|
11
11
|
- Build package: io.swagger.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [http://www.ultracart.com/api/](http://www.ultracart.com/api/)
|
|
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.11.
|
|
27
|
+
gem install ./ultracart_api-3.11.49.gem
|
|
28
28
|
```
|
|
29
|
-
(for development, run `gem install --dev ./ultracart_api-3.11.
|
|
29
|
+
(for development, run `gem install --dev ./ultracart_api-3.11.49.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.11.
|
|
35
|
+
gem 'ultracart_api', '~> 3.11.49'
|
|
36
36
|
|
|
37
37
|
### Install from Git
|
|
38
38
|
|
|
@@ -1637,6 +1637,7 @@ Not every change is committed to every SDK.
|
|
|
1637
1637
|
|
|
1638
1638
|
| Version | Date | Comments |
|
|
1639
1639
|
| --: | :-: | --- |
|
|
1640
|
+
| 3.11.49 | 01/26/2026 | no changes - testing changes to build automation |
|
|
1640
1641
|
| 3.11.48 | 01/26/2026 | conversation - hardware phone methods and objects |
|
|
1641
1642
|
| 3.11.47 | 01/26/2026 | conversation - agent auth object chat admin/user properties |
|
|
1642
1643
|
| 3.11.46 | 01/26/2026 | cart - expose utm array for use in abandon webhook only |
|