author
int64
658
755k
date
stringlengths
19
19
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
list
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
331,280
04.01.2017 17:46:47
0
662e971e83e86a9896bb6a889c05bc0383262180
support for angular-cli generators
[ { "change_type": "ADD", "old_path": null, "new_path": "angular-cli.json", "diff": "+{\n+ \"project\": {\n+ \"version\": \"1.0.0-beta.24\",\n+ \"name\": \"angular2-webpack-advance-starter\"\n+ },\n+ \"apps\": [\n+ {\n+ \"root\": \"src\",\n+ \"outDir\": \"dist\",\n+ \"assets\": [\n+ \"assets\",\n+ \"f...
TypeScript
MIT License
jonnybgod/angular2-webpack-advance-starter
support for angular-cli generators
331,280
05.01.2017 00:36:23
0
8e75f035e9fb5aa0c1409099565fb56d0c361446
fix ng-router-loader for aot nested lazy loaded modules
[ { "change_type": "MODIFY", "old_path": "config/webpack.common.js", "new_path": "config/webpack.common.js", "diff": "@@ -104,7 +104,14 @@ module.exports = function (options) {\n'@angularclass/hmr-loader?pretty=' + !isProd + '&prod=' + isProd,\n'awesome-typescript-loader?{configFileName: \"tsconfig.we...
TypeScript
MIT License
jonnybgod/angular2-webpack-advance-starter
fix ng-router-loader for aot nested lazy loaded modules
331,280
05.01.2017 05:10:07
0
07b1a88bababcf0bd1fffb368995e8b1a0793ef7
fix ng-router-loader
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"karma-remap-coverage\": \"^0.1.4\",\n\"karma-sourcemap-loader\": \"^0.3.7\",\n\"karma-webpack\": \"1.8.1\",\n- \"ng-router-loader\": \"^1.0.0\",\n+ \"ng-router-loader\": \"^1.0.1\",\n\"ngc-webpack\": \"^1.0...
TypeScript
MIT License
jonnybgod/angular2-webpack-advance-starter
fix ng-router-loader
331,280
05.01.2017 19:32:23
0
ec4200ae0ad03a00a1c770034384031508bacee5
fix ng-router-loader version
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"karma-remap-coverage\": \"^0.1.4\",\n\"karma-sourcemap-loader\": \"^0.3.7\",\n\"karma-webpack\": \"1.8.1\",\n- \"ng-router-loader\": \"^1.0.1\",\n+ \"ng-router-loader\": \"^1.0.2\",\n\"ngc-webpack\": \"^1.0...
TypeScript
MIT License
jonnybgod/angular2-webpack-advance-starter
fix ng-router-loader version
331,280
19.01.2017 15:47:01
0
25d73da71507c332e02269d2b6842a65953bd58b
fix(github-deploy): hash mode and 404.html fallback
[ { "change_type": "MODIFY", "old_path": "TODO.md", "new_path": "TODO.md", "diff": "@@ -20,15 +20,13 @@ TODO\n## Bugs\n-- [ ] github-deploy not working properly\n-\n-### Before commit manual checks\n+## Before commit manual checks\n- [x] npm run ci\n- [x] npm start\n- [x] npm run docs\n-- [ ] npm run ...
TypeScript
MIT License
jonnybgod/angular2-webpack-advance-starter
fix(github-deploy): hash mode and 404.html fallback
331,280
19.01.2017 15:47:44
0
2fbda682fdfa03d1a63b3f1c9d84ad7dd45032bf
shore(ci): temporary remove desktop build
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"build:prod:desktop\": \"npm run build:prod:desktop:renderer && npm run build:prod:desktop:main\",\n\"build:prod:desktop:main\": \"webpack --config config/advance/webpack.desktop.build.main.js --progress --p...
TypeScript
MIT License
jonnybgod/angular2-webpack-advance-starter
shore(ci): temporary remove desktop build
331,280
28.01.2017 19:14:51
0
616377abdd64d41c43c26cf83e34eb74c93e6762
fix gitdeploy and desktop render
[ { "change_type": "MODIFY", "old_path": "config/advance/helpers.js", "new_path": "config/advance/helpers.js", "diff": "@@ -32,21 +32,21 @@ function checkNodeImport(context, request, cb) {\n}\nfunction removePlugins(plugins, test) {\n- for (var i = 0; i < plugins.length; i++) {\n+ for (var i = plugins...
TypeScript
MIT License
jonnybgod/angular2-webpack-advance-starter
fix gitdeploy and desktop render
331,280
29.01.2017 02:37:31
0
6123e5c76edaa552815a02a9d5c56b87621a41a0
update deps and fix travis
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -8,8 +8,8 @@ addons:\n- google-chrome-stable\nlanguage: node_js\nnode_js:\n- - \"5\"\n- \"6\"\n+ - \"7\"\n- \"node\"\n# Matrix failure enabled for https://github.com/TheLarkInn/LazyParseWebpackPlugin/issues/...
TypeScript
MIT License
jonnybgod/angular2-webpack-advance-starter
update deps and fix travis
331,280
29.01.2017 05:49:50
0
e8173b692b9b747fbdcd8c982ee4f2ccc9f45309
chore(docs): update known bugs
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -321,11 +321,6 @@ The following are some things that will make AoT compile fail.\nPlease see the [CONTRIBUTING](https://github.com/JonnyBGod/angular2-webpack-advance-starter/blob/master/.github/CONTRIBUTING.md) ...
TypeScript
MIT License
jonnybgod/angular2-webpack-advance-starter
chore(docs): update known bugs
331,280
29.03.2017 02:31:41
-3,600
416341eb0481840c61df9cf8818c85cf5b368f55
update upstream, dependencies and app
[ { "change_type": "MODIFY", "old_path": "config/advance/webpack.web.test.js", "new_path": "config/advance/webpack.web.test.js", "diff": "@@ -29,15 +29,6 @@ helpers.removePlugins(webpackConfig.plugins, [HtmlWebpackPlugin]);\n*/\nmodule.exports = function(options) {\nreturn webpackMerge.smart(webpackCo...
TypeScript
MIT License
jonnybgod/angular2-webpack-advance-starter
update upstream, dependencies and app
21,238
06.01.2017 09:21:09
28,800
b50ba6f47008fdddb38a566758f016b3ea6ffbed
Update composer.json Updating package name.
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "{\n- \"name\": \"amazon/module-login-and-pay\",\n+ \"name\": \"amzn/amazon-payments-magento-2-plugin\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Payments\",\n\"type\": \"magento...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Update composer.json Updating package name.
21,260
30.11.2016 17:20:50
21,600
32bb021bd88cb418b8beb0e9a7bc87f5991f7473
Add missing code to amazon payment template
[ { "change_type": "MODIFY", "old_path": "src/Payment/view/frontend/web/template/payment/amazon-payment-widget.html", "new_path": "src/Payment/view/frontend/web/template/payment/amazon-payment-widget.html", "diff": "<label data-bind=\"attr: {'for': getCode()}\" class=\"label\"><span data-bind=\"text: ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Add missing code to amazon payment template
21,260
30.11.2016 19:04:02
21,600
eefcee8b6eff8d7c9d4e7718a1bac8800e92e0e9
Add mixin to Amazon to add agreement data to submission
[ { "change_type": "MODIFY", "old_path": "src/Payment/view/frontend/requirejs-config.js", "new_path": "src/Payment/view/frontend/requirejs-config.js", "diff": "@@ -25,5 +25,12 @@ var config = {\n//this is a fix for Magento 2.1 (ajax / validation fails on add to cart)\ncatalogAddToCart: 'Amazon_Payment...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Add mixin to Amazon to add agreement data to submission
21,260
02.12.2016 17:28:54
21,600
e63fd3e462c11c30dc9eff86d495290d4fa02d0b
Rework cart button to render alongside other payment types
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Payment/Observer/AddAmazonButton.php", "diff": "+<?php\n+/**\n+ * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n+ *\n+ * Licensed under the Apache License, Version 2.0 (the \"License\").\n+ * You may not use this f...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Rework cart button to render alongside other payment types
21,260
02.12.2016 19:01:20
21,600
202cbdaa236de57d7b9e9c5155494c18bc5924b8
Correct display on cart and add display validator
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Payment/Helper/Shortcut/CheckoutValidator.php", "diff": "+<?php\n+/**\n+ * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n+ *\n+ * Licensed under the Apache License, Version 2.0 (the \"License\").\n+ * You may not u...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Correct display on cart and add display validator
21,260
02.12.2016 19:15:59
21,600
c58de30ee83df5a4c94b58a59abbc18d58a2e814
Proper category exclusion and product view validation
[ { "change_type": "MODIFY", "old_path": "src/Payment/Helper/Shortcut/Validator.php", "new_path": "src/Payment/Helper/Shortcut/Validator.php", "diff": "@@ -42,21 +42,29 @@ class Validator implements ValidatorInterface\nprivate $_paymentData;\n/**\n- * @param \\Amazon\\Payment\\Model\\ConfigFactory $am...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Proper category exclusion and product view validation
21,260
05.12.2016 13:12:21
21,600
c665654839b6f91875c5cdd03610296d1c7d9d36
Fix display issues with minicart
[ { "change_type": "MODIFY", "old_path": "src/Payment/etc/frontend/di.xml", "new_path": "src/Payment/etc/frontend/di.xml", "diff": "<type name=\"Amazon\\Payment\\Block\\Minicart\\Button\">\n<arguments>\n<argument name=\"data\" xsi:type=\"array\">\n- <item name=\"template\" xsi:type=\"string\">Amazon_P...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Fix display issues with minicart
21,260
13.01.2017 15:41:04
21,600
94cda8fa173b16618228c5699fbfc12dce0cd704
Get method from order, not quote
[ { "change_type": "MODIFY", "old_path": "src/Payment/Observer/CompleteOrderStatus.php", "new_path": "src/Payment/Observer/CompleteOrderStatus.php", "diff": "@@ -19,27 +19,19 @@ use Amazon\\Core\\Helper\\Data;\nuse Amazon\\Payment\\Model\\Method\\Amazon;\nuse Magento\\Framework\\Event\\Observer;\nuse ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Get method from order, not quote
21,259
18.01.2017 12:48:25
0
b0b58b078de1d8866557a9711691578844ef3419
added scope parameter to payment widgets
[ { "change_type": "MODIFY", "old_path": "src/Payment/view/frontend/web/js/view/checkout-widget-address.js", "new_path": "src/Payment/view/frontend/web/js/view/checkout-widget-address.js", "diff": "@@ -48,7 +48,8 @@ define(\n},\noptions: {\nsellerId: window.amazonPayment.merchantId,\n- addressWidgetDO...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
added scope parameter to payment widgets
21,259
25.01.2017 12:19:37
-3,600
a3ae76797ef2ee08092c43b0e93d67437f99ac5c
Changing layout to checkout, according to Magento 2.1 value
[ { "change_type": "MODIFY", "old_path": "src/Payment/view/frontend/layout/checkout_index_index.xml", "new_path": "src/Payment/view/frontend/layout/checkout_index_index.xml", "diff": "* permissions and limitations under the License.\n*/\n-->\n-<page xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instanc...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Changing layout to checkout, according to Magento 2.1 value
21,259
08.02.2017 11:35:48
-3,600
e0081fa7002b33172052f0ac236a641d2eff762f
keeping the name for now
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "{\n- \"name\": \"amzn/amazon-payments-magento-2-plugin\",\n+ \"name\": \"amazon/module-login-and-pay\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Payments\",\n\"type\": \"magento...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
keeping the name for now
21,259
08.02.2017 16:38:57
-3,600
2b3422e6cda71dabdbabcbd1ddecfe9250adab39
GH issue and PR template added
[ { "change_type": "ADD", "old_path": null, "new_path": ".github/ISSUE_TEMPLATE.md", "diff": "+<!-- Thanks for contributing! Please pick a meaningful title and fill in the details below. -->\n+\n+#### What I expected\n+\n+<!-- What you or customer expected when performing the steps -->\n+\n+#### What ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
GH issue and PR template added
21,259
22.02.2017 11:24:21
-3,600
91723f057ba4c032b199f55aca5254d2498d5561
re-brand language fixes
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "* Magento 2.1+\n* [Magento 2 System Requirements](http://devdocs.magento.com/guides/v2.0/install-gde/system-requirements.html)\n* SSL is installed on your site and active on Checkout and Login pages\n-* A verified ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
re-brand language fixes
21,259
22.02.2017 12:32:28
-3,600
7e5332705ab56df9477cab4e11a8ba51a306f00c
Short Readme update
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "Please follow the instructions in the [User Guide] (https://amzn.github.io/amazon-payments-magento-2-plugin)\n## Release Notes\n-### v1.1.0 Rebrand, final module name, public launch\n+### v1.1.0 Rebrand\n#### Enhan...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Short Readme update
21,238
02.03.2017 17:04:34
28,800
5420aa577c25c5fc6b47a25ea1419512a7f51f74
Updating platform_id
[ { "change_type": "MODIFY", "old_path": "src/Payment/Model/OrderInformationManagement.php", "new_path": "src/Payment/Model/OrderInformationManagement.php", "diff": "@@ -128,7 +128,7 @@ class OrderInformationManagement implements OrderInformationManagementInterface\n'Magento Version : ' . $this->produ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Updating platform_id
21,257
03.03.2017 07:09:12
0
5b6346d98070db59c981b92a18472b8fd209d866
Display all store URLs in admin area for whitelisting
[ { "change_type": "MODIFY", "old_path": "src/Core/Block/Adminhtml/Form/Field/IpnUrl.php", "new_path": "src/Core/Block/Adminhtml/Form/Field/IpnUrl.php", "diff": "@@ -23,16 +23,18 @@ class IpnUrl extends BaseField\n{\nprotected function _renderValue(AbstractElement $element)\n{\n- $value = '';\n- $stor...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-16: Display all store URLs in admin area for whitelisting - https://github.com/amzn/amazon-payments-magento-2-plugin/issues/35
21,259
07.03.2017 13:54:49
-3,600
55a6aecb08f3cb123f0bfd3b3c95d87608d693b2
final name of the module
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "{\n- \"name\": \"amzn/amazon-pay-magento-2-module\",\n+ \"name\": \"amzn/amazon-pay-and-login-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay and Login with Ama...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
final name of the module
21,243
07.03.2017 13:20:10
0
999c4e0db7e59a498b42a467a6c447c698fc9dba
Created option to disable Login button usage on homepage/cms pages to speed up the initial load
[ { "change_type": "MODIFY", "old_path": "src/Core/Block/Config.php", "new_path": "src/Core/Block/Config.php", "diff": "@@ -74,6 +74,7 @@ class Config extends Template\n'customerLoginPageUrl' => $this->url->getLoginUrl(),\n'sandboxSimulationOptions' => [],\n'loginScope' => $this->coreHelper->getLoginS...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-26: Created option to disable Login button usage on homepage/cms pages to speed up the initial load
21,243
07.03.2017 15:32:34
0
5692125433d1f9436b4a2ec5322e728c1f1bbf75
Added a switch to turn off minicart button loading from admin
[ { "change_type": "MODIFY", "old_path": "src/Core/Helper/Data.php", "new_path": "src/Core/Helper/Data.php", "diff": "@@ -609,6 +609,16 @@ class Data extends AbstractHelper\n&& $this->scopeConfig->isSetFlag('payment/amazon_payment/pwa_pp_button_is_visible', $scope, $scopeCode);\n}\n+ /**\n+ * @param s...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-26: Added a switch to turn off minicart button loading from admin
21,273
16.03.2017 16:03:51
0
18bfcc855b685ef000d490f33c5a2151cc49457b
Adjusted amazon-core require deps By adding jquery/jquery-storageapi as a require dependency $.cookieStorage is always available. In some instances it is not available, depending on what scripts are used in any given instanc.e
[ { "change_type": "MODIFY", "old_path": "src/Payment/view/frontend/web/js/amazon-core.js", "new_path": "src/Payment/view/frontend/web/js/amazon-core.js", "diff": "@@ -18,7 +18,8 @@ define([\n'ko',\n'amazonPaymentConfig',\n'amazonWidgetsLoader',\n- 'bluebird'\n+ 'bluebird',\n+ 'jquery/jquery-storageap...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Adjusted amazon-core require deps By adding jquery/jquery-storageapi as a require dependency $.cookieStorage is always available. In some instances it is not available, depending on what scripts are used in any given instanc.e
21,259
17.03.2017 12:30:39
-3,600
ed619c4179cd8e939d8d119e855e97762f8f906c
Title underlines have been to short
[ { "change_type": "MODIFY", "old_path": "docs/customisation.rst", "new_path": "docs/customisation.rst", "diff": "@@ -2,7 +2,7 @@ Frontend Customisation\n========================\nQ: I'd like to add a `Amazon Pay` or `Login with Amazon` button elsewhere on my site\n--------------------------\n+-------...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Title underlines have been to short
21,259
17.03.2017 12:31:29
-3,600
0c16d18db87e20c8a8c003f96cfa6b4c7a664451
Title underline fixed
[ { "change_type": "MODIFY", "old_path": "docs/prerequisites.rst", "new_path": "docs/prerequisites.rst", "diff": "@@ -14,7 +14,7 @@ System requirements\n.. _prerequisites-amazon-account-setup:\n**Amazon Pay and Login with Amazon** account setup\n--------------------------------------------\n+---------...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Title underline fixed
21,265
24.03.2017 08:04:41
0
f8eae73476b20a7f56adbf9064329210eb423a60
Removed admin layout file because all it contained was reference to non-existing css file
[ { "change_type": "DELETE", "old_path": "src/Core/view/adminhtml/layout/adminhtml_system_config_edit.xml", "new_path": null, "diff": "-<?xml version=\"1.0\"?>\n-<!--\n-/**\n- * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n- *\n- * Licensed under the Apache License, Version...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-28: Removed admin layout file because all it contained was reference to non-existing css file
21,243
24.03.2017 08:44:22
0
9417b4ad065286f08fc35358c0f09a65a0410cc6
Make sure URLs displayed are unique
[ { "change_type": "MODIFY", "old_path": "src/Core/Block/Adminhtml/Form/Field/IpnUrl.php", "new_path": "src/Core/Block/Adminhtml/Form/Field/IpnUrl.php", "diff": "@@ -25,15 +25,21 @@ class IpnUrl extends BaseField\n{\n$stores = $this->_storeManager->getStores();\n$valueReturn = '';\n+ $urlArray = array...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-16: Make sure URLs displayed are unique
21,252
24.03.2017 09:00:10
0
e6df6ab16ff8dc38beb0beab1214a7d95c01f34e
Admin version data added
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Core/Block/Adminhtml/System/Config/Form/Version.php", "diff": "+<?php\n+\n+namespace Amazon\\Core\\Block\\Adminhtml\\System\\Config\\Form;\n+\n+use Magento\\Backend\\Block\\Template\\Context;\n+use Magento\\Framework\\Module\\ModuleListInter...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-29: Admin version data added
21,252
24.03.2017 11:13:32
0
6e5e42d4bec57c5a17cf4b4b611abef7b733c99f
Charge on Order notification now uses success style instead of warning
[ { "change_type": "MODIFY", "old_path": "src/Payment/view/frontend/web/template/notification.html", "new_path": "src/Payment/view/frontend/web/template/notification.html", "diff": "<!-- ko if: (isAmazonAccountLoggedIn) -->\n<!-- ko if: (chargeOnOrder) -->\n<!-- ko if: (isEuPaymentRegion) -->\n- <div ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-30: Charge on Order notification now uses success style instead of warning
21,243
03.04.2017 06:01:39
0
4427d4ce3b8de1fd7e57a4455d214bb40cea0e1a
Add configuration option for "Store Name"
[ { "change_type": "MODIFY", "old_path": "src/Core/Helper/Data.php", "new_path": "src/Core/Helper/Data.php", "diff": "@@ -469,6 +469,26 @@ class Data extends AbstractHelper\n);\n}\n+ /*\n+ * @return string\n+ */\n+ public function getStoreName($scope = ScopeInterface::SCOPE_STORE, $scopeCode = null)\n...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-17: Add configuration option for "Store Name"
21,252
13.04.2017 08:34:43
-3,600
024998368b2fc35719644840ac19bbca561cf575
Added a feature to block Amazon checkout widget when quote grand total is 0
[ { "change_type": "MODIFY", "old_path": "src/Core/Helper/CategoryExclusion.php", "new_path": "src/Core/Helper/CategoryExclusion.php", "diff": "@@ -77,6 +77,11 @@ class CategoryExclusion extends AbstractHelper\n*/\npublic function isQuoteDirty()\n{\n+ // Quote is 0 or less\n+ if ($this->quote->getGran...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-31: Added a feature to block Amazon checkout widget when quote grand total is 0
21,252
17.04.2017 07:58:58
-3,600
e445852c2d14fd5057a9ca2f838cb4b93d3903cc
Shipping information plugin now ignores quote with grand total 0
[ { "change_type": "MODIFY", "old_path": "src/Payment/Helper/Shortcut/CheckoutValidator.php", "new_path": "src/Payment/Helper/Shortcut/CheckoutValidator.php", "diff": "@@ -57,7 +57,6 @@ class CheckoutValidator implements ValidatorInterface\n*/\npublic function validate($code, $isInCatalog)\n{\n- retur...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-31: Shipping information plugin now ignores quote with grand total 0
21,252
17.04.2017 09:08:08
-3,600
b5ccf0529403e2087334ee1bb0f3d6d811ad78d8
Card charge notification removed
[ { "change_type": "MODIFY", "old_path": "src/Payment/view/frontend/layout/checkout_index_index.xml", "new_path": "src/Payment/view/frontend/layout/checkout_index_index.xml", "diff": "<item name=\"components\" xsi:type=\"array\">\n<item name=\"checkout\" xsi:type=\"array\">\n<item name=\"children\" xs...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-30: Card charge notification removed
21,238
18.04.2017 11:56:23
25,200
2cd784f54a3ab22907cf877eff0a5da73b73304e
Updating supported versions of PHP per Magento documentation
[ { "change_type": "MODIFY", "old_path": "marketplace-composer.json", "new_path": "marketplace-composer.json", "diff": "\"Apache-2.0\"\n],\n\"require\": {\n- \"php\": \"~5.6.0|7.0.2|~7.0.6\",\n+ \"php\": \"~5.6.5|7.0.2|7.0.4|~7.0.6\",\n\"amzn/login-and-pay-with-amazon-sdk-php\": \"^2.1.0\",\n\"amzn/am...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Updating supported versions of PHP per Magento documentation - http://devdocs.magento.com/guides/v2.1/install-gde/system-requirements-tech.html
21,243
28.04.2017 08:41:36
-3,600
a58edcc9694bfb21bdfb481bfb60525fee153ef8
Do not remove 'free' method in case it exists
[ { "change_type": "MODIFY", "old_path": "src/Payment/view/frontend/web/js/view/payment/list.js", "new_path": "src/Payment/view/frontend/web/js/view/payment/list.js", "diff": "@@ -42,7 +42,7 @@ define([\ncheckoutDataResolver.resolvePaymentMethod();\n//remove renderer for \"deleted\" payment methods\n_...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-31: Do not remove 'free' method in case it exists
21,243
28.04.2017 08:55:50
-3,600
b080c8088b921f4ea8be77a63760712293b50fb3
Restore original validation line
[ { "change_type": "MODIFY", "old_path": "src/Payment/Helper/Shortcut/CheckoutValidator.php", "new_path": "src/Payment/Helper/Shortcut/CheckoutValidator.php", "diff": "@@ -57,6 +57,7 @@ class CheckoutValidator implements ValidatorInterface\n*/\npublic function validate($code, $isInCatalog)\n{\n+ retur...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-31: Restore original validation line
21,252
03.05.2017 13:26:41
-3,600
8328dbdb175643d5eac2ba882927ae452bb401e1
Version info update
[ { "change_type": "MODIFY", "old_path": "src/Core/Block/Adminhtml/System/Config/Form/Version.php", "new_path": "src/Core/Block/Adminhtml/System/Config/Form/Version.php", "diff": "@@ -25,9 +25,7 @@ class Version extends \\Magento\\Config\\Block\\System\\Config\\Form\\Field\npublic function render(\\Ma...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-29: Version info update
21,252
11.05.2017 13:44:00
-3,600
8ba5d30aadba6a2a384143f634ed07ba1fb5656a
Forces extension explicitly use built in modernizr plugin
[ { "change_type": "MODIFY", "old_path": "src/Payment/view/frontend/web/js/amazon-button.js", "new_path": "src/Payment/view/frontend/web/js/amazon-button.js", "diff": "@@ -21,7 +21,7 @@ define([\n'modernizr/modernizr',\n'amazonCore',\n'jquery/ui'\n-], function ($, customerData, sectionConfig, amazonPa...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-38: Forces extension explicitly use built in modernizr plugin
21,243
12.05.2017 08:44:16
-3,600
7cfdabf9d717560624731fa01639721e82f64c55
Fixed a condition that is no longer necessary
[ { "change_type": "MODIFY", "old_path": "src/Core/Helper/CategoryExclusion.php", "new_path": "src/Core/Helper/CategoryExclusion.php", "diff": "@@ -77,11 +77,6 @@ class CategoryExclusion extends AbstractHelper\n*/\npublic function isQuoteDirty()\n{\n- // Quote is 0 or less\n- if ($this->quote->getGran...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-31: Fixed a condition that is no longer necessary
21,243
12.05.2017 10:53:42
-3,600
d9b8f7c647d5830a7e637d73e36bb01ef39812fd
Refix the Modernizr requirement with adding support for both v2 and v3 APIs
[ { "change_type": "MODIFY", "old_path": "src/Payment/view/frontend/web/js/amazon-button.js", "new_path": "src/Payment/view/frontend/web/js/amazon-button.js", "diff": "@@ -21,7 +21,7 @@ define([\n'modernizr/modernizr',\n'amazonCore',\n'jquery/ui'\n-], function ($, customerData, sectionConfig, amazonPa...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-38: Refix the Modernizr requirement with adding support for both v2 and v3 APIs
21,252
18.05.2017 15:19:33
-3,600
a435f9bd3526c3a742d9701238b808e809e994ee
Comments, internationalisation
[ { "change_type": "MODIFY", "old_path": "src/Core/Block/Adminhtml/System/Config/Form/Version.php", "new_path": "src/Core/Block/Adminhtml/System/Config/Form/Version.php", "diff": "@@ -11,8 +11,17 @@ class Version extends \\Magento\\Config\\Block\\System\\Config\\Form\\Field\nconst MODULE_AMAZON_LOGIN ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-29: Comments, internationalisation
21,243
19.05.2017 08:13:03
-3,600
940704bc55fc947000ce5e76aa8ea9cff8cb24ed
Updated code safety, do not operate or order when payment != amazon
[ { "change_type": "MODIFY", "old_path": "src/Payment/Observer/CompleteOrder.php", "new_path": "src/Payment/Observer/CompleteOrder.php", "diff": "@@ -30,30 +30,44 @@ class CompleteOrder implements ObserverInterface\n*/\nprotected $orderInformationManagement;\n+ /**\n+ * CompleteOrder constructor.\n+ *...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-43: Updated code safety, do not operate or order when payment != amazon
21,238
30.05.2017 14:20:29
25,200
c3e29057ad4b52b1c85c8e795e3648766315c92d
Update installation.rst Fix typo.
[ { "change_type": "MODIFY", "old_path": "docs/installation.rst", "new_path": "docs/installation.rst", "diff": "@@ -8,7 +8,7 @@ Pre-installation steps\nInstallation process\n--------------------\nCurrently, the installation via the web setup wizard is the preferred way of installing the extension.\n-P...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Update installation.rst Fix typo.
21,238
15.06.2017 23:37:30
25,200
dacc43761cbdae3fca744ebd8d9122e6c39a1b8f
Modify Installation Section of docs
[ { "change_type": "MODIFY", "old_path": "docs/installation.rst", "new_path": "docs/installation.rst", "diff": "@@ -5,20 +5,24 @@ Pre-installation steps\n----------------------\n* Create a backup of your shop before proceeding to install.\n-Installation process\n---------------------\n-The installatio...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Modify Installation Section of docs
21,238
18.06.2017 15:57:10
25,200
694c74791809dd52fadab387a802747d6eae8083
Update overview.rst Updating getting the extension section.
[ { "change_type": "MODIFY", "old_path": "docs/overview.rst", "new_path": "docs/overview.rst", "diff": "@@ -20,6 +20,9 @@ Extension features\nGetting the extension\n---------------------\n-TBC\n+The extension can be installed using the following methods:\n+\n+* Preferred Method - From the Magento Mark...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Update overview.rst Updating getting the extension section.
21,238
19.06.2017 14:43:04
25,200
5018462f7c6ac7382027aec5cdc3fb0c16128464
Update conf.py updating version number
[ { "change_type": "MODIFY", "old_path": "docs/conf.py", "new_path": "docs/conf.py", "diff": "@@ -60,9 +60,9 @@ author = u'Amazon.com Inc or its affiliates'\n# built documents.\n#\n# The short X.Y version.\n-version = u'1.1.0'\n+version = u'1.1.1'\n# The full version, including alpha/beta/rc tags.\n-r...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Update conf.py updating version number
21,243
22.06.2017 11:12:14
-3,600
2080ec7c170598be319203d0d3889a605b72f81a
Changed the way how 'amazon_payment' is retreived to fix a bug where amazon widget would not be reloaded in case of auth is declined
[ { "change_type": "MODIFY", "old_path": "src/Payment/view/frontend/web/js/view/payment/list.js", "new_path": "src/Payment/view/frontend/web/js/view/payment/list.js", "diff": "@@ -125,12 +125,10 @@ define([\n* @private\n*/\n_reInitializeAmazonWalletWidget: function () {\n- var items = this.getRegion('...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-46: Changed the way how 'amazon_payment' is retreived to fix a bug where amazon widget would not be reloaded in case of auth is declined
21,238
28.06.2017 10:44:06
25,200
58fa9f89ad539d58036ee78fc7515b60d7a6536d
Update amazon-button.js Update comment for usePopUp logic to explain why we use the conditional check we do.
[ { "change_type": "MODIFY", "old_path": "src/Payment/view/frontend/web/js/amazon-button.js", "new_path": "src/Payment/view/frontend/web/js/amazon-button.js", "diff": "@@ -86,8 +86,15 @@ define([\n_touchSupported: function () {\nreturn Modernizr.touch !== undefined ? Modernizr.touch : Modernizr.touche...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Update amazon-button.js Update comment for usePopUp logic to explain why we use the conditional check we do.
21,246
12.07.2017 07:44:58
25,200
175d11633af8f863f4d34075bf07f86bac49b45b
add SimplePath functionality
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Core/Block/Adminhtml/System/Config/SimplePathAdmin.php", "diff": "+<?php\n+\n+namespace Amazon\\Core\\Block\\Adminhtml\\System\\Config;\n+\n+use Amazon\\Core\\Helper\\CategoryExclusion;\n+use Amazon\\Core\\Helper\\Data;\n+use Amazon\\Core\\M...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
add SimplePath functionality
21,246
14.07.2017 14:30:41
25,200
696186ce12a4cbfac06c4c73d17ab0db9e7c552b
add EU endpoint and fix config scope
[ { "change_type": "MODIFY", "old_path": "src/Core/Controller/Simplepath/Listener.php", "new_path": "src/Core/Controller/Simplepath/Listener.php", "diff": "@@ -32,20 +32,22 @@ class Listener extends \\Magento\\Framework\\App\\Action\\Action\npublic function execute()\n{\n- $url = parse_url(\\Amazon\\C...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
add EU endpoint and fix config scope
21,246
18.07.2017 09:57:05
25,200
b01a016b64cf646da6328c3efe9c63ec07806746
fix getCredentialsJson scope bug
[ { "change_type": "MODIFY", "old_path": "src/Core/Observer/PaymentConfigSaveAfter.php", "new_path": "src/Core/Observer/PaymentConfigSaveAfter.php", "diff": "@@ -79,7 +79,7 @@ class PaymentConfigSaveAfter implements ObserverInterface\npublic function execute(Observer $observer)\n{\n$scopeData = $this-...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
fix getCredentialsJson scope bug
21,246
18.07.2017 09:58:05
25,200
3edd74b086973cffaf1b02f0c55070e30616717d
add Import From Clipboard and fix popup width for EU
[ { "change_type": "MODIFY", "old_path": "src/Core/view/adminhtml/templates/system/config/simplepath_admin.phtml", "new_path": "src/Core/view/adminhtml/templates/system/config/simplepath_admin.phtml", "diff": "@@ -18,25 +18,25 @@ require([\"prototype\"], function(){\nvar amazonPollInterval = 1500;\nva...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
add Import From Clipboard and fix popup width for EU
21,246
18.07.2017 10:41:11
25,200
ae36d0430f13bf0761d272f507bd899d45311402
fix default merchant location when null
[ { "change_type": "MODIFY", "old_path": "src/Core/Model/Config/SimplePath.php", "new_path": "src/Core/Model/Config/SimplePath.php", "diff": "@@ -429,8 +429,10 @@ class SimplePath\n*/\npublic function getJsonAmazonSpConfig()\n{\n+ $co = $this->getConfig('paypal/general/merchant_country');\n+\nreturn a...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
fix default merchant location when null
21,246
18.07.2017 10:44:14
25,200
0de8be092dced1c395cb3390f12177abc6bbe357
fix multiple import textareas
[ { "change_type": "MODIFY", "old_path": "src/Core/view/adminhtml/templates/system/config/simplepath_admin.phtml", "new_path": "src/Core/view/adminhtml/templates/system/config/simplepath_admin.phtml", "diff": "@@ -80,7 +80,7 @@ require([\"prototype\"], function(){\n// Add \"Import From Clipboard\"\nva...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
fix multiple import textareas
21,246
18.07.2017 10:48:45
25,200
7a378b2807961ca56aef1b85ca7ac9d4697b3482
add JSON placeholder text
[ { "change_type": "MODIFY", "old_path": "src/Core/view/adminhtml/templates/system/config/simplepath_admin.phtml", "new_path": "src/Core/view/adminhtml/templates/system/config/simplepath_admin.phtml", "diff": "@@ -96,7 +96,7 @@ require([\"prototype\"], function(){\n});\n// Add import textarea\n- amazo...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
add JSON placeholder text
21,246
19.07.2017 08:19:55
25,200
23e235f28bfe7ef43ec87b950d213ee9cdcf8ca2
fix form params merchantLoginRedirectURLs and locale
[ { "change_type": "MODIFY", "old_path": "src/Core/Model/Config/SimplePath.php", "new_path": "src/Core/Model/Config/SimplePath.php", "diff": "@@ -367,7 +367,7 @@ class SimplePath\npublic function getFormParams()\n{\n// Retrieve store URLs from config table\n- $urls = array();\n+ $baseUrls = array();\n...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
fix form params merchantLoginRedirectURLs and locale
21,246
20.07.2017 12:07:35
25,200
0fdc2dc08292921d17538c52aa7d6165d278ca96
post SP params as post and update EU label to Euro Region
[ { "change_type": "MODIFY", "old_path": "src/Core/Model/Config/SimplePath.php", "new_path": "src/Core/Model/Config/SimplePath.php", "diff": "@@ -356,9 +356,7 @@ class SimplePath\n*/\npublic function getSimplepathUrl()\n{\n- return $this->getEndpointRegister() . '?returnUrl=' . urlencode($this->getRet...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
post SP params as post and update EU label to Euro Region
21,246
20.07.2017 14:04:38
25,200
ecb2f5837e1af3fc7b3c8652d3de2a02c8cae685
fix SP version params
[ { "change_type": "MODIFY", "old_path": "src/Core/Model/Config/SimplePath.php", "new_path": "src/Core/Model/Config/SimplePath.php", "diff": "@@ -406,8 +406,8 @@ class SimplePath\n'locale' => $this->getConfig('general/locale/code'),\n'source' => 'SPPL',\n'spId' => isset($this->_spIds[$currency]) ? $th...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
fix SP version params
21,246
20.07.2017 14:05:01
25,200
98e050c44b1db0f2f104c97386aa1dedd60f9f80
rename SP save credentials button
[ { "change_type": "MODIFY", "old_path": "src/Core/view/adminhtml/templates/system/config/simplepath_admin.phtml", "new_path": "src/Core/view/adminhtml/templates/system/config/simplepath_admin.phtml", "diff": "var AmazonSp = <?php echo $this->getAmazonSpJson(); ?>;\n-console.log(AmazonSp);\n-\nrequire...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
rename SP save credentials button
21,246
20.07.2017 15:10:31
25,200
f88301e445ef99594a41bc37adf105b7c4534fff
fix 'skip' button when popup already opened
[ { "change_type": "MODIFY", "old_path": "src/Core/view/adminhtml/templates/system/config/simplepath_admin.phtml", "new_path": "src/Core/view/adminhtml/templates/system/config/simplepath_admin.phtml", "diff": "@@ -85,16 +85,17 @@ require([\"prototype\"], function(){\nelJsonCheckDefault[0].click();\n}\...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
fix 'skip' button when popup already opened
21,243
21.07.2017 12:19:14
-3,600
3aa769eb93cc62c0afdf8e4d32db3e5aa1eb20b7
Restructure admin options
[ { "change_type": "MODIFY", "old_path": "src/Core/etc/adminhtml/system.xml", "new_path": "src/Core/etc/adminhtml/system.xml", "diff": "<source_model>Amazon\\Core\\Model\\Config\\Source\\UpdateMechanism</source_model>\n<config_path>payment/amazon_payment/update_mechanism</config_path>\n</field>\n- <fi...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-26: Restructure admin options
21,246
21.07.2017 12:46:41
25,200
c25739f26ee2c60f96bbe684aa72d718ee0ec56c
move SimplePath instructions to template file and place under module version don't auto-hide config
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Core/Block/Adminhtml/System/Config/Form/SimplepathConfig.php", "diff": "+<?php\n+\n+namespace Amazon\\Core\\Block\\Adminhtml\\System\\Config\\Form;\n+\n+use Magento\\Backend\\Block\\Template\\Context;\n+\n+class SimplepathConfig extends \\Ma...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
move SimplePath instructions to template file and place under module version don't auto-hide config
21,238
21.07.2017 12:57:38
25,200
6982954c4adf30472fdb52c780eb72d71bdfc02e
Update configuration.rst Made some updates to clarify where the URL hints come from, and to better align the names of the fields in the admin with the names in the documentation.
[ { "change_type": "MODIFY", "old_path": "docs/configuration.rst", "new_path": "docs/configuration.rst", "diff": "@@ -31,11 +31,11 @@ Sandbox\n.......\nSandbox mode has been designed to test the **Amazon Pay** service. In sandbox mode the selected payment method is not charged. Refer to the **Amazon P...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Update configuration.rst Made some updates to clarify where the URL hints come from, and to better align the names of the fields in the admin with the names in the documentation.
21,246
21.07.2017 14:45:28
25,200
5b2f045a414ffb0821586411cee5bca69f452168
add unsurported currency check; add JSON validation; add translation wrappers
[ { "change_type": "MODIFY", "old_path": "src/Core/Block/Adminhtml/System/Config/Form/SimplepathConfig.php", "new_path": "src/Core/Block/Adminhtml/System/Config/Form/SimplepathConfig.php", "diff": "@@ -33,6 +33,7 @@ class SimplepathConfig extends \\Magento\\Config\\Block\\System\\Config\\Form\\Field\n...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
add unsurported currency check; add JSON validation; add translation wrappers
21,252
24.07.2017 12:36:48
-10,800
f7ee0ebee9b69d5d46a3fa4c9af6fac525dbeb8d
Fixes situation where draft state has been expired but Magento is not aware of it
[ { "change_type": "MODIFY", "old_path": "src/Payment/Model/OrderInformationManagement.php", "new_path": "src/Payment/Model/OrderInformationManagement.php", "diff": "@@ -254,6 +254,8 @@ class OrderInformationManagement implements OrderInformationManagementInterface\n{\n$quote = $this->session->getQuot...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Fixes situation where draft state has been expired but Magento is not aware of it
21,246
24.07.2017 14:16:08
25,200
0c2625790e8f931386d126ab8332a16c46aa6cc2
update HTTPS SP help string
[ { "change_type": "MODIFY", "old_path": "src/Core/view/adminhtml/templates/system/config/simplepath_admin.phtml", "new_path": "src/Core/view/adminhtml/templates/system/config/simplepath_admin.phtml", "diff": "<a href=\"#\" id=\"simplepath-skip\"><?php echo __(\"I've already setup Pay with Amazon, I w...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
update HTTPS SP help string
21,246
24.07.2017 14:28:25
25,200
f905de0ae62f57d3ff0df50a8e587064a4fb3ea0
Update "Options" to Store Scope
[ { "change_type": "MODIFY", "old_path": "src/Core/etc/adminhtml/system.xml", "new_path": "src/Core/etc/adminhtml/system.xml", "diff": "</group>\n<group id=\"options\" translate=\"label\" type=\"text\" sortOrder=\"20\" showInDefault=\"1\" showInWebsite=\"1\" showInStore=\"1\">\n<label>Options</label>\...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Update "Options" to Store Scope
21,246
24.07.2017 14:43:07
25,200
4047beff7f6538f7e65c33e54e7a3c39a14ff42c
revert test name change
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "{\n- \"name\": \"beargroup/amazon-pay-and-login-magento-2-module\",\n+ \"name\": \"amzn/amazon-pay-and-login-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay and...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
revert test name change
21,259
25.07.2017 10:43:30
-7,200
c03440e965e76f9a70e650219fe1def27ec9ed23
Update scope to store level
[ { "change_type": "MODIFY", "old_path": "src/Login/etc/adminhtml/system.xml", "new_path": "src/Login/etc/adminhtml/system.xml", "diff": "<group id=\"amazon_payment\">\n<group id=\"advanced\">\n<group id=\"frontend\">\n- <field id=\"amazon_login_in_popup\" translate=\"label comment\" type=\"select\" s...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Update scope to store level
21,259
25.07.2017 10:47:55
-7,200
463e8297699d04c07b21e40578da35f46d4577fa
temporary fix to display the correct version
[ { "change_type": "MODIFY", "old_path": "src/Core/Block/Adminhtml/System/Config/Form/Version.php", "new_path": "src/Core/Block/Adminhtml/System/Config/Form/Version.php", "diff": "@@ -49,11 +49,14 @@ class Version extends \\Magento\\Config\\Block\\System\\Config\\Form\\Field\n*/\nprotected function ge...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
temporary fix to display the correct version
21,259
25.07.2017 14:45:53
-7,200
f420ae0dc0990c2066c0b1a8b9838a7a93832c04
change order of redirectURL evaluation
[ { "change_type": "MODIFY", "old_path": "src/Login/Model/Customer/Account/Redirect.php", "new_path": "src/Login/Model/Customer/Account/Redirect.php", "diff": "@@ -72,10 +72,10 @@ class Redirect extends BaseRedirect\n$afterAmazonAuthUrl = $this->customerUrl->getAccountUrl();\n- if ($this->customerSess...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
change order of redirectURL evaluation
21,259
26.07.2017 08:15:22
0
20ae506de45c7d72c1cd264a3a9e8f50ced305a9
fix for button hidden on cart page
[ { "change_type": "MODIFY", "old_path": "src/Payment/Block/Minicart/Button.php", "new_path": "src/Payment/Block/Minicart/Button.php", "diff": "@@ -24,6 +24,8 @@ use Magento\\Framework\\View\\Element\\Template;\nuse Magento\\Catalog\\Block\\ShortcutInterface;\nuse Magento\\Framework\\Locale\\ResolverI...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
fix for button hidden on cart page
21,259
26.07.2017 08:25:40
0
80c1340530c0cd3cb58ebd96aaeb04211fc9c996
only display button on cart, if quote is available
[ { "change_type": "MODIFY", "old_path": "src/Payment/Block/Minicart/Button.php", "new_path": "src/Payment/Block/Minicart/Button.php", "diff": "@@ -107,8 +107,9 @@ class Button extends Template implements ShortcutInterface\n*/\nprotected function shouldRender()\n{\n- return $this->_isOnCartPage()\n- |...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
only display button on cart, if quote is available
21,259
26.07.2017 12:31:09
0
adac322d419b6e254241d54558d6be5ba2d13bb9
added comment for future releases
[ { "change_type": "MODIFY", "old_path": "src/Payment/Helper/Data.php", "new_path": "src/Payment/Helper/Data.php", "diff": "@@ -45,6 +45,7 @@ class Data extends AbstractHelper\n*/\npublic function getModuleVersion()\n{\n+ // there is a similar function here: src/Core/Block/Adminhtml/System/Config/Form...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
added comment for future releases
21,246
27.07.2017 11:30:49
25,200
64362f8f197c29ccd06ce05f1cee7845653a449c
Fix compiliation dependency injections
[ { "change_type": "MODIFY", "old_path": "src/Core/Block/Adminhtml/System/Config/Form/SimplepathConfig.php", "new_path": "src/Core/Block/Adminhtml/System/Config/Form/SimplepathConfig.php", "diff": "@@ -7,23 +7,6 @@ use Magento\\Backend\\Block\\Template\\Context;\nclass SimplepathConfig extends \\Magen...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Fix compiliation dependency injections
21,259
28.07.2017 08:23:53
-7,200
c2232cfd8fbe7e5d46e97ff910ae4deb6dd09ebb
updated documentaton for installation and un-install
[ { "change_type": "MODIFY", "old_path": "docs/installation.rst", "new_path": "docs/installation.rst", "diff": "@@ -20,11 +20,13 @@ In case you are not able or willing to use the web installation, you can install\n* Sign in to your server via SSH\n* `cd` into you Magento installation directory\n-* Ins...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
updated documentaton for installation and un-install
21,249
28.07.2017 09:36:13
-10,800
b9a38392dca3d1614b90b756742179bafd125eb8
Update SimplePathAdmin.php $this->simplePath is not defined
[ { "change_type": "MODIFY", "old_path": "src/Core/Block/Adminhtml/System/Config/SimplePathAdmin.php", "new_path": "src/Core/Block/Adminhtml/System/Config/SimplePathAdmin.php", "diff": "namespace Amazon\\Core\\Block\\Adminhtml\\System\\Config;\n-use Amazon\\Core\\Helper\\CategoryExclusion;\n-use Amazo...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Update SimplePathAdmin.php $this->simplePath is not defined
21,252
28.07.2017 14:58:20
-10,800
2bf128b8565b3a4dd7897f0e7fd9a87d0dc10b4e
Disabling mini-cart shortcut now leaves shopping cart shortcut untouched
[ { "change_type": "MODIFY", "old_path": "src/Payment/Block/Minicart/Button.php", "new_path": "src/Payment/Block/Minicart/Button.php", "diff": "@@ -97,6 +97,10 @@ class Button extends Template implements ShortcutInterface\n*/\nprotected function shouldRender()\n{\n+ if ($this->getIsCart() && $this->pa...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Disabling mini-cart shortcut now leaves shopping cart shortcut untouched
21,259
02.08.2017 13:37:34
-7,200
9cc0c06350fc5fcdf14458dbfdf830f58d6a5b7d
removed Amazon Pay mark from landing pages
[ { "change_type": "MODIFY", "old_path": "src/Core/view/frontend/layout/default.xml", "new_path": "src/Core/view/frontend/layout/default.xml", "diff": "-->\n<page xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:noNamespaceSchemaLocation=\"urn:magento:framework:View/Layout/etc/page_configur...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
removed Amazon Pay mark from landing pages
21,259
02.08.2017 14:55:37
0
38bae414334075f8750940deb332f5d20889ffbe
loading animation on redirect
[ { "change_type": "MODIFY", "old_path": "src/Login/view/frontend/web/js/amazon-redirect.js", "new_path": "src/Login/view/frontend/web/js/amazon-redirect.js", "diff": "@@ -18,9 +18,10 @@ define([\n'amazonCore',\n'amazonPaymentConfig',\n'amazonCsrf',\n+ 'mage/loader',\n'jquery/ui',\n'mage/cookies'\n-],...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
loading animation on redirect
21,259
21.08.2017 10:25:14
-7,200
a64239456c65695bf2b8b79ca8d82bc0f1c4621e
change payment setup scripts to work with cloud edition (preliminary)
[ { "change_type": "DELETE", "old_path": "src/Payment/Setup/Table/AmazonPendingRefund.php", "new_path": null, "diff": "-<?php\n-/**\n- * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n- *\n- * Licensed under the Apache License, Version 2.0 (the \"License\").\n- * You may not ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
change payment setup scripts to work with cloud edition (preliminary)
21,243
21.08.2017 12:06:55
-3,600
be33f744c5db9465cd7cdb871cc4114d94122504
Refactoring out shipping.html override - pass 1
[ { "change_type": "MODIFY", "old_path": "src/Payment/view/frontend/layout/checkout_index_index.xml", "new_path": "src/Payment/view/frontend/layout/checkout_index_index.xml", "diff": "<item name=\"children\" xsi:type=\"array\">\n<item name=\"customer-email\" xsi:type=\"array\">\n<item name=\"component...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-18: Refactoring out shipping.html override - pass 1
21,243
21.08.2017 14:07:03
-3,600
34c4aa8966229dc9105581ca4ba1edf4a0867eb1
Override removal pass 2
[ { "change_type": "MODIFY", "old_path": "src/Payment/view/frontend/web/js/view/checkout-widget-address.js", "new_path": "src/Payment/view/frontend/web/js/view/checkout-widget-address.js", "diff": "@@ -92,6 +92,7 @@ define(\n*/\ngetShippingAddressFromAmazon: function () {\namazonStorage.isShippingMeth...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-18: Override removal pass 2
21,243
22.08.2017 06:49:18
-3,600
1899141acc3cbdfb7ed852b9de6cc4067e792a9e
Fixed a bug with state handline, cleaned up
[ { "change_type": "MODIFY", "old_path": "src/Payment/view/frontend/web/js/view/shipping.js", "new_path": "src/Payment/view/frontend/web/js/view/shipping.js", "diff": "@@ -8,10 +8,7 @@ define(\n'Magento_Customer/js/model/customer',\n'Magento_Checkout/js/action/set-shipping-information',\n'Magento_Chec...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-18: Fixed a bug with state handline, cleaned up
21,253
22.08.2017 10:42:07
18,000
9cbad5d41c1f69d6cce7e58b6ba7331d480f987d
Use table name getter to add prefix in table call.
[ { "change_type": "MODIFY", "old_path": "src/Core/Model/Config/SimplePath.php", "new_path": "src/Core/Model/Config/SimplePath.php", "diff": "@@ -359,7 +359,7 @@ class SimplePath\n$db = $this->connection->getConnection();\n$select = $db->select()\n->from(\n- ['c' => 'core_config_data']\n+ ['c' => $thi...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Use table name getter to add prefix in table call.
21,249
23.08.2017 12:32:30
-10,800
1b21508e277315c206f9b577b31554013a11ce9b
Update oAuthRedirect.phtml fix for issue.
[ { "change_type": "MODIFY", "old_path": "src/Login/view/frontend/templates/oAuthRedirect.phtml", "new_path": "src/Login/view/frontend/templates/oAuthRedirect.phtml", "diff": "*/\n?>\n<?php /** @var $block \\Amazon\\Login\\Block\\OAuthRedirect */ ?>\n-<div data-mage-init='{\"amazonOAuthRedirect\": {}}...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Update oAuthRedirect.phtml fix for #111 issue.
21,254
23.08.2017 20:50:26
-7,200
222074ec3c2d6d6056054b34b941e97bddd36e6e
Add missing default configuration
[ { "change_type": "MODIFY", "old_path": "src/Core/etc/config.xml", "new_path": "src/Core/etc/config.xml", "diff": "<can_void>1</can_void>\n<can_use_checkout>1</can_use_checkout>\n<packstation_terms>Packstation,Pack-Station,Pack Station,PO Box,Post Office box,Locker</packstation_terms>\n+ <pwa_enabled...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Add missing default configuration
21,243
28.08.2017 07:28:52
-3,600
6dc189b04928aac100d55cae4c7d4bd7bcc11154
Fixed a bug with PWA/LWA button not being in dom, fixed a bug where inline form is displayed when customer has no addresses in Magento
[ { "change_type": "MODIFY", "old_path": "src/Login/view/frontend/web/template/login-button.html", "new_path": "src/Login/view/frontend/web/template/login-button.html", "diff": "<!-- ko template: getTemplate() --><!-- /ko -->\n<!--/ko-->\n-<!-- ko if: (isLwaVisible) -->\n- <!-- ko ifnot: (isAmazonAcco...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-18: Fixed a bug with PWA/LWA button not being in dom, fixed a bug where inline form is displayed when customer has no addresses in Magento
21,252
28.08.2017 13:29:40
-10,800
4c143abedff72119151bd3c136d5d34dafa23aa6
Removed direct database queries
[ { "change_type": "MODIFY", "old_path": "src/Core/Model/Config/SimplePath.php", "new_path": "src/Core/Model/Config/SimplePath.php", "diff": "@@ -354,35 +354,30 @@ class SimplePath\n*/\npublic function getFormParams()\n{\n- // Retrieve store URLs from config table\n- $baseUrls = array();\n- $db = $thi...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Removed direct database queries
21,238
28.08.2017 16:12:13
25,200
95ec2f8b02c8a1af722c055970c303f4d23a050a
Qualifying Exception per MEQP feedback.
[ { "change_type": "MODIFY", "old_path": "src/Core/Controller/Simplepath/Listener.php", "new_path": "src/Core/Controller/Simplepath/Listener.php", "diff": "@@ -58,7 +58,7 @@ class Listener extends \\Magento\\Framework\\App\\Action\\Action\n$return = array('result' => 'error', 'message' => 'payload par...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Qualifying Exception per MEQP feedback.
21,249
29.08.2017 12:52:01
-10,800
a7d23a152253ee205a2fb35d75f8f3290ac11bd6
Set correct order status in CompleteOrderStatus PR for the issue
[ { "change_type": "MODIFY", "old_path": "src/Payment/Observer/CompleteOrderStatus.php", "new_path": "src/Payment/Observer/CompleteOrderStatus.php", "diff": "@@ -45,6 +45,7 @@ class CompleteOrderStatus implements ObserverInterface\n$newOrderStatus = $this->coreHelper->getNewOrderStatus();\nif ($newOrd...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Set correct order status in CompleteOrderStatus PR for the issue https://github.com/amzn/amazon-payments-magento-2-plugin/issues/115
21,243
01.09.2017 11:27:56
-3,600
28084a1b7f11683ed51ddf87feca228390946d66
Move the afterRender handler futher down the hierachy to prevent it being loaded too soon
[ { "change_type": "MODIFY", "old_path": "src/Payment/view/frontend/layout/checkout_index_index.xml", "new_path": "src/Payment/view/frontend/layout/checkout_index_index.xml", "diff": "<item name=\"shippingAddress\" xsi:type=\"array\">\n<item name=\"component\" xsi:type=\"string\">Amazon_Payment/js/vie...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-18: Move the afterRender handler futher down the hierachy to prevent it being loaded too soon
21,243
01.09.2017 13:26:17
-3,600
5f068bbde5a0f076fc25dcc26a60f0304e7229b9
Made sure that all phtml templates use unique id for PwA/LwA button
[ { "change_type": "MODIFY", "old_path": "src/Login/view/frontend/templates/login.phtml", "new_path": "src/Login/view/frontend/templates/login.phtml", "diff": "* permissions and limitations under the License.\n*/\n?>\n+<?php /** @var \\Amazon\\Login\\Block\\Login $block */?>\n<div class=\"block block-...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
AMAZON-66: Made sure that all phtml templates use unique id for PwA/LwA button