Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon committed Mar 20, 2019
1 parent f28c9e1 commit a527780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*"
},
"type": "magento2-module",
"version": "1.2.1",
"version": "1.2.2",
"autoload": {
"files": [
"registration.php"
Expand Down
2 changes: 1 addition & 1 deletion etc/events.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd">
<event name="magepal_guest_to_customer_save">
<observer name="magepal_guest_to_customer_save_downloadable_product"
instance="Magepal\GuestToCustomer\Observer\UpdateDownloadableProductObserver" />
instance="MagePal\GuestToCustomer\Observer\UpdateDownloadableProductObserver" />
</event>
</config>

0 comments on commit a527780

Please sign in to comment.