Skip to content

Commit

Permalink
ODPINT-642 Fixing https issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Nuñez committed Jul 19, 2024
1 parent ec368a3 commit 46f72aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Data extends AbstractHelper
/**
* @var API_URL
*/
const API_URL = 'http://api.zaius.com/v2';
const API_URL = 'https://api.zaius.com/v2';
/**
* @var VUID_LENGTH
*/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Finally, ask Zaius Support to reimport your product feed to ensure the new field

## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/ZaiusInc/zaius-magento-2/tags).
We use [SemVer](https://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/ZaiusInc/zaius-magento-2/tags).

### Release Notes

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "magento2-module",
"description": "The Zaius Engage Connector for Magento 2.",
"license": "MIT",
"version": "1.0.7",
"version": "1.0.8",
"require": {
"php": ">=5.5",
"zaius/zaius-php-sdk": "^1.0"
Expand Down

0 comments on commit 46f72aa

Please sign in to comment.