Skip to content

Commit

Permalink
Merge pull request #336 from mundipagg/hotfix/PAOP-237-remove-legacy-…
Browse files Browse the repository at this point in the history
…class

Remove legacy class
  • Loading branch information
sfwill-dev authored Jul 26, 2021
2 parents ea72de6 + 0a99271 commit d0b65d2
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 27 deletions.
14 changes: 0 additions & 14 deletions Api/CustomerCreateManagementInterface.php

This file was deleted.

2 changes: 1 addition & 1 deletion Concrete/integrityData

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mundipagg/mundipagg-magento2-module",
"license": "MIT",
"version": "2.11.1",
"version": "2.11.2",
"type": "magento2-module",
"description": "Magento 2 Module Mundipagg",
"require": {
Expand Down
1 change: 0 additions & 1 deletion etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
<preference for="MundiPagg\MundiPagg\Api\WebhookManagementInterface" type="MundiPagg\MundiPagg\Model\WebhookManagement"/>
<preference for="MundiPagg\MundiPagg\Api\InstallmentsByBrandManagementInterface" type="MundiPagg\MundiPagg\Model\InstallmentsByBrandManagement"/>
<preference for="MundiPagg\MundiPagg\Api\InstallmentsByBrandAndAmountManagementInterface" type="MundiPagg\MundiPagg\Model\InstallmentsByBrandAndAmountManagement"/>
<preference for="MundiPagg\MundiPagg\Api\CustomerCreateManagementInterface" type="MundiPagg\MundiPagg\Model\CustomerCreateManagement" />

<preference for="MundiPagg\MundiPagg\Api\MaintenanceInterface"
type="MundiPagg\MundiPagg\Model\Maintenance"/>
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="MundiPagg_MundiPagg" setup_version="2.11.1">
<module name="MundiPagg_MundiPagg" setup_version="2.11.2">
<sequence>
<module name="Magento_Sales" />
<module name="Magento_Payment" />
Expand Down
9 changes: 0 additions & 9 deletions etc/webapi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@
</resources>
</route>

<route url="/V1/mundipagg/customer/create" method="POST">
<service
class="MundiPagg\MundiPagg\Api\CustomerCreateManagementInterface"
method="createCustomer"/>
<resources>
<resource ref="anonymous"/>
</resources>
</route>

<route url="/V1/mundipagg/webhook" method="POST">
<service class="MundiPagg\MundiPagg\Api\WebhookManagementInterface"
method="save"/>
Expand Down

0 comments on commit d0b65d2

Please sign in to comment.