Skip to content

Commit

Permalink
2.2.1 - update events endpoint url
Browse files Browse the repository at this point in the history
  • Loading branch information
bnayalivne committed May 9, 2017
1 parent 53f6c63 commit dcfc785
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Model/Api/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,7 @@ public function setConfig($mage_store_id, $configName, $scope, $newValue)
*/
public function getVersion()
{
return '2.2.0';
return '2.2.1';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion Observer/EventMethods.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

class EventMethods {

const REMARKETY_EVENTS_ENDPOINT = 'https://api-events.remarkety.com/v1';
const REMARKETY_EVENTS_ENDPOINT = 'https://webhooks.remarkety.com/webhooks';
const REMARKETY_METHOD = 'POST';
const REMARKETY_TIMEOUT = 2;
const REMARKETY_VERSION = 0.9;
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
"name": "remarkety/mgconnector",
"description": "Magento 2 adapter for Remarkety",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/module-store": "100.1.*",
"magento/module-backend": "100.1.*",
"magento/module-media-storage": "100.1.*",
"magento/framework": "100.1.*",
"lib-libxml": "*"
},
"type": "magento2-module",
"version": "2.2.0",
"version": "2.2.1",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Remarkety_Mgconnector" setup_version="2.2.0">
<module name="Remarkety_Mgconnector" setup_version="2.2.1">
</module>
</config>

0 comments on commit dcfc785

Please sign in to comment.