Skip to content

Commit

Permalink
Move from deprecated sendinblue/api-v3-sdk dependecy to getbrevo/brev…
Browse files Browse the repository at this point in the history
…o-php and update to 1.0.14 version
  • Loading branch information
Davide Lunardon committed Sep 2, 2023
1 parent 6301199 commit 6daaf86
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Model/Config/Backend/OrderSetting.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use Magento\Framework\Model\Context;
use Magento\Framework\Model\ResourceModel\AbstractResource;
use Magento\Framework\Registry;
use \SendinBlue\Client\ApiException;
use \Brevo\Client\ApiException;

/**
* Class OrderSetting
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "dadolun95/magento2-brevo-sendinblue",
"description": "Magento2 Brevo (Sendinblue Previously) Order Sync Integration Module",
"type": "magento2-module",
"version": "1.0.13",
"version": "1.0.14",
"require": {
"dadolun95/magento2-brevo-sendinblue-core": "^1.0.13",
"dadolun95/magento2-brevo-sendinblue-light": "^1.0.13",
"sendinblue/api-v3-sdk": "^8.4.0"
"dadolun95/magento2-brevo-sendinblue-core": "^1.0",
"dadolun95/magento2-brevo-sendinblue-light": "^1.0",
"getbrevo/brevo-php": "^1.0"
},
"license": [
"MIT"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Dadolun_SibOrderSync" setup_version="1.0.13">
<module name="Dadolun_SibOrderSync" setup_version="1.0.14">
<sequence>
<module name="Magento_Sales" />
<module name="Dadolun_SibCore" />
Expand Down

0 comments on commit 6daaf86

Please sign in to comment.