ultracart_api 4.1.17 → 4.1.18
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 +3 -2
- 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: 608097960d36f44a87222e211204808a5e6e5d4cd424893aade7ca4b9df44a19
|
4
|
+
data.tar.gz: 647dcf56829dc2ad988d87819aa122dd806890ae8a4d9757cbbac8a1c28319d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e724414081b88762ef4e9c0b05417b5fb749df199a46f5a81d35a242ec7bfa056291acb51e253b08bf5619283a7bb5bf9fb66281b169cc6b7459b01cb0e71184
|
7
|
+
data.tar.gz: 35b55506a3f6c3217e0f6fd121aa376198ed22d86402479da4331ba71869396107eec2d87dfe897b053430a2f1d9b109b63f4b1a2c2a685cb08ad688f8a6cf37
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Note: Every method has a sample for every language. See https://github.com/Ultr
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: 2.0.0
|
10
|
-
- Package version: 4.1.
|
10
|
+
- Package version: 4.1.18
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
- For more information, please visit [http://www.ultracart.com/api/](http://www.ultracart.com/api/)
|
13
13
|
|
@@ -16,7 +16,7 @@ This SDK is automatically generated by the [OpenAPI Generator](https://openapi-g
|
|
16
16
|
gemfile:
|
17
17
|
|
18
18
|
```shell
|
19
|
-
gem 'ultracart_api', '4.1.
|
19
|
+
gem 'ultracart_api', '4.1.18'
|
20
20
|
```
|
21
21
|
|
22
22
|
install:
|
@@ -1567,6 +1567,7 @@ Not every change is committed to every SDK.
|
|
1567
1567
|
|
1568
1568
|
| Version | Date | Comments |
|
1569
1569
|
| --: | :-: | --- |
|
1570
|
+
| 4.1.18 | 08/04/2025 | more internal development on loyalty step for storefront flows |
|
1570
1571
|
| 4.1.17 | 08/04/2025 | small changes to internal flow app to support loyalty tier moves |
|
1571
1572
|
| 4.1.16 | 07/28/2025 | updated doc samples |
|
1572
1573
|
| 4.1.15 | 07/28/2025 | new order methods for blocking and unblocking refunds |
|