Skip to content

Commit

Permalink
keeping the name for now
Browse files Browse the repository at this point in the history
  • Loading branch information
danielneu committed Feb 8, 2017
1 parent 58c7c3f commit e0081fa
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "amzn/amazon-payments-magento-2-plugin",
"name": "amazon/module-login-and-pay",
"description": "Official Magento2 Plugin to integrate with Amazon Payments",
"type": "magento2-module",
"version": "1.0.10",
Expand Down
2 changes: 1 addition & 1 deletion marketplace-composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "amzn/module-login-and-pay",
"name": "amazon/module-login-and-pay",
"description": "Official Magento2 Plugin to integrate with Amazon Payments",
"type": "metapackage",
"version": "1.0.10",
Expand Down
2 changes: 1 addition & 1 deletion src/Core/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "amzn/module-core",
"name": "amazon/module-core",
"description": "Shared functionality for Amazon Login and Amazon Payment modules",
"type": "magento2-module",
"version": "1.0.10",
Expand Down
4 changes: 2 additions & 2 deletions src/Login/composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "amzn/module-login",
"name": "amazon/module-login",
"description": "Amazon Login module",
"type": "magento2-module",
"version": "1.0.10",
"license": [
"Apache-2.0"
],
"require": {
"amzn/module-core": "^1.0.1",
"amazon/module-core": "^1.0.1",
"magento/module-customer": "^100.1.0",
"magento/module-checkout": "^100.1.0"
},
Expand Down
6 changes: 3 additions & 3 deletions src/Payment/composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "amzn/module-payment",
"name": "amazon/module-payment",
"description": "Amazon Payment module",
"type": "magento2-module",
"version": "1.0.10",
"license": [
"Apache-2.0"
],
"require": {
"amzn/module-core": "^1.0.1",
"amzn/module-login": "^1.0.1",
"amazon/module-core": "^1.0.1",
"amazon/module-login": "^1.0.1",
"magento/module-eav": "^100.1.0",
"magento/module-sales": "^100.1.0",
"magento/module-quote": "^100.1.0",
Expand Down

0 comments on commit e0081fa

Please sign in to comment.