author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
21,246
17.01.2019 09:33:20
28,800
8a101ef45bdeac0817f3f350763dd8b21a961943
Remove mcrypt and fix \phpseclib\Crypt\AES decrypt for SimplePath
[ { "change_type": "MODIFY", "old_path": "src/Core/Model/Config/SimplePath.php", "new_path": "src/Core/Model/Config/SimplePath.php", "diff": "@@ -308,23 +308,12 @@ class SimplePath\nOPENSSL_PKCS1_OAEP_PADDING\n);\n- // Decrypt final payload (AES 128-bit CBC)\n- if (function_exists('mcrypt_decrypt')) {...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Remove mcrypt and fix \phpseclib\Crypt\AES decrypt for SimplePath (ASD-30) (#412)
21,258
17.01.2019 11:24:32
28,800
68c5eecebdd1f46cf16ed719eb0df118a35edc6b
version increase 3.0.2
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-and-login-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay and Login with Amazon\",\n\"type\": \"magento2-module\",\n- \"version\": \...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
version increase 3.0.2 (#416)
21,258
17.01.2019 13:52:55
28,800
53c5264006b5f7e3cce767d4069fcf87bd717152
version increase 3.0.3
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-and-login-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay and Login with Amazon\",\n\"type\": \"magento2-module\",\n- \"version\": \...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
version increase 3.0.3 (#419)
21,242
18.01.2019 10:32:08
-3,600
5f1159e4d11c8b35743233307a33e6ca3eb9fd3a
Log widget errors to browser console
[ { "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": "@@ -105,7 +105,7 @@ define(\n* Error callback\n*/\nonError: function (error) {\n- console.log(error);\n+...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Log widget errors to browser console
21,258
22.01.2019 09:27:58
28,800
4e5360e05cd224ac0774408affdc77bb26fef1f8
version increase 3.1.0
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-and-login-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay and Login with Amazon\",\n\"type\": \"magento2-module\",\n- \"version\": \...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
version increase 3.1.0 (#422)
21,258
23.01.2019 20:55:32
28,800
bb9780883bd6692e7741f8ab0f83fc39bf1f0baa
version increase 3.1.1
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-and-login-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay and Login with Amazon\",\n\"type\": \"magento2-module\",\n- \"version\": \...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
version increase 3.1.1 (#424)
21,258
24.01.2019 15:00:23
28,800
5f33c55ea7585947f66e1157325417e76e40861d
version increase 3.1.2
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-and-login-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay and Login with Amazon\",\n\"type\": \"magento2-module\",\n- \"version\": \...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
version increase 3.1.2 (#426)
21,267
04.02.2019 19:56:28
18,000
4358c4542b27e83a3b18e6f64b4891306df19903
fix error when submitting payment using a Japanese street address
[ { "change_type": "MODIFY", "old_path": "src/Core/Domain/AmazonAddressDecoratorJp.php", "new_path": "src/Core/Domain/AmazonAddressDecoratorJp.php", "diff": "namespace Amazon\\Core\\Domain;\nuse Amazon\\Core\\Api\\Data\\AmazonAddressInterface;\n+use Magento\\Framework\\App\\Config\\ScopeConfigInterfac...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-37: fix error when submitting payment using a Japanese street address
21,267
05.02.2019 10:54:34
18,000
ad7477a7c251a7bd2267932e858133c5336ccbeb
adjust default value for customer/address/street_lines rather than clobbering the database value on config save
[ { "change_type": "MODIFY", "old_path": "src/Core/Observer/PaymentConfigSaveAfter.php", "new_path": "src/Core/Observer/PaymentConfigSaveAfter.php", "diff": "@@ -99,9 +99,6 @@ class PaymentConfigSaveAfter implements ObserverInterface\n*/\npublic function execute(Observer $observer)\n{\n- // Make sure ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-37: adjust default value for customer/address/street_lines rather than clobbering the database value on config save
21,267
05.02.2019 12:57:26
18,000
eec5fc68e8ec962af9e4fd0846ab9e41f315da8a
promote address-line handling out of the Japan-specific decorator class
[ { "change_type": "MODIFY", "old_path": "src/Core/Domain/AmazonAddressDecoratorJp.php", "new_path": "src/Core/Domain/AmazonAddressDecoratorJp.php", "diff": "namespace Amazon\\Core\\Domain;\nuse Amazon\\Core\\Api\\Data\\AmazonAddressInterface;\n-use Magento\\Framework\\App\\Config\\ScopeConfigInterfac...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-37: promote address-line handling out of the Japan-specific decorator class
21,267
05.02.2019 16:06:44
18,000
35870131a0ea7cd8e19302fbad5515f8b9a27850
adjust whitespace per Magento codesniffer rules
[ { "change_type": "MODIFY", "old_path": "src/Payment/Helper/Address.php", "new_path": "src/Payment/Helper/Address.php", "diff": "@@ -43,7 +43,7 @@ class Address\n/**\n* @var ScopeConfigInterface\n*/\n- private $_scopeConfig;\n+ private $scopeConfig;\npublic function __construct(\nAddressInterfaceFact...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-37: adjust whitespace per Magento codesniffer rules
21,267
05.02.2019 18:39:28
18,000
fdfa036b13b012590d1bce55578ffeb2fdca5451
remove unused WriterInterface dependency
[ { "change_type": "MODIFY", "old_path": "src/Core/Observer/PaymentConfigSaveAfter.php", "new_path": "src/Core/Observer/PaymentConfigSaveAfter.php", "diff": "@@ -60,11 +60,6 @@ class PaymentConfigSaveAfter implements ObserverInterface\n*/\nprivate $request;\n- /**\n- * @var WriterInterface\n- */\n- pr...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-37: remove unused WriterInterface dependency
21,242
07.02.2019 13:04:12
-3,600
8f1284b0c4a1518f01b9feb88ecd800c8298a5d5
List supported currencies for MCP in docs
[ { "change_type": "MODIFY", "old_path": "docs/prerequisites.rst", "new_path": "docs/prerequisites.rst", "diff": "@@ -4,7 +4,7 @@ Prerequisites\nSystem requirements\n-------------------\n-+The **Amazon Pay and Login with Amazon** Magento 2 extension requires you to have a valid **Amazon Pay** merchant...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
List supported currencies for MCP in docs
21,267
11.02.2019 17:51:15
18,000
bc99b7a158817138b90a559e6810243f77c5ec2d
classify some settings as sensitive and/or environment-specific
[ { "change_type": "MODIFY", "old_path": "src/Core/etc/di.xml", "new_path": "src/Core/etc/di.xml", "diff": "<type name=\"Magento\\Checkout\\CustomerData\\Cart\">\n<plugin name=\"amazon_core_cart_section\" type=\"Amazon\\Core\\Plugin\\CartSection\" />\n</type>\n+ <type name=\"Magento\\Config\\Model\\Co...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-51: classify some settings as sensitive and/or environment-specific (#404)
21,267
12.02.2019 17:56:43
18,000
cc3cbb416f56cf4f2470cd8d08b120d69062eaa6
clear cache after auto-disabling modules
[ { "change_type": "MODIFY", "old_path": "src/Core/Helper/Data.php", "new_path": "src/Core/Helper/Data.php", "diff": "@@ -24,6 +24,7 @@ use Magento\\Store\\Model\\StoreManagerInterface;\nuse Magento\\Framework\\Module\\ModuleListInterface;\nuse Magento\\Framework\\Module\\StatusFactory;\nuse Amazon\\C...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-54: clear cache after auto-disabling modules (#16167)
21,258
18.02.2019 21:22:48
28,800
daa0a931f1ad601fd2c4be88faa0ddba19f6547c
version increase 3.1.3
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-and-login-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay and Login with Amazon\",\n\"type\": \"magento2-module\",\n- \"version\": \...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
version increase 3.1.3 (#433)
21,240
21.02.2019 13:46:36
18,000
673ed43992c2016f2c10506e3cdcf0fb2a741c66
disable amazonlogin payment method when amazon_pay method is disabled Tested and works as expected.
[ { "change_type": "MODIFY", "old_path": "src/Payment/Model/Method/AmazonLoginMethod.php", "new_path": "src/Payment/Model/Method/AmazonLoginMethod.php", "diff": "@@ -50,4 +50,19 @@ class AmazonLoginMethod extends \\Magento\\Payment\\Model\\Method\\AbstractMethod\n* @var bool\n*/\nprotected $_isOffline...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-61: disable amazonlogin payment method when amazon_pay method is disabled (#435) Tested and works as expected.
21,258
21.02.2019 11:08:38
28,800
5439bed48997f3db64b0d429b6010d59a2c71413
version increase 3.1.4
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-and-login-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay and Login with Amazon\",\n\"type\": \"magento2-module\",\n- \"version\": \...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
version increase 3.1.4 (#436)
21,267
04.04.2019 15:06:55
14,400
53fa98e1fc1b946b50145f5a8731e44a080464e4
asd-77: fix missing street address for German addresses
[ { "change_type": "MODIFY", "old_path": "src/Core/Domain/AmazonAddressDecoratorDe.php", "new_path": "src/Core/Domain/AmazonAddressDecoratorDe.php", "diff": "@@ -178,6 +178,6 @@ class AmazonAddressDecoratorDe implements AmazonAddressInterface\n*/\npublic function getLine($lineNumber)\n{\n- $this->amaz...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
asd-77: fix missing street address for German addresses
21,242
05.04.2019 10:49:00
-7,200
8be05c89ae156374892708e05bef6adbdea03515
Increase version number to 3.1.5
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-and-login-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay and Login with Amazon\",\n\"type\": \"magento2-module\",\n- \"version\": \...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Increase version number to 3.1.5
21,267
07.04.2019 23:09:51
14,400
5258de6ae025b7c8985f6e910b1f76be48224cc7
apf-125: Integrate Amazon SCA validation into checkout flow
[ { "change_type": "MODIFY", "old_path": "src/Core/Exception/AmazonServiceUnavailableException.php", "new_path": "src/Core/Exception/AmazonServiceUnavailableException.php", "diff": "*/\nnamespace Amazon\\Core\\Exception;\n-use Magento\\Framework\\Exception\\RemoteServiceUnavailableException;\n+use Mag...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
apf-125: Integrate Amazon SCA validation into checkout flow
21,240
08.04.2019 19:07:04
14,400
ba4fe0f1d06b71d85caf38294e10aa0533989564
fix Amazon Pay method not appearing in available payment options at final checkout step Tested - works good.
[ { "change_type": "MODIFY", "old_path": "src/Payment/Model/Method/AmazonLoginMethod.php", "new_path": "src/Payment/Model/Method/AmazonLoginMethod.php", "diff": "@@ -60,7 +60,7 @@ class AmazonLoginMethod extends \\Magento\\Payment\\Model\\Method\\AbstractMethod\npublic function isActive($storeId = nul...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
fix Amazon Pay method not appearing in available payment options at final checkout step (#446) Tested - works good.
21,258
08.04.2019 16:38:25
25,200
7d68500ad53ec1de9f4b3111e638e3ec1cae66b3
version increase 3.1.6
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-and-login-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay and Login with Amazon\",\n\"type\": \"magento2-module\",\n- \"version\": \...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
version increase 3.1.6 (#448)
21,251
11.04.2019 13:56:09
25,200
6ddc6078a45aa20cbb6271e02ad0c84e3c6b611a
version increase 3.1.7
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-and-login-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay and Login with Amazon\",\n\"type\": \"magento2-module\",\n- \"version\": \...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
version increase 3.1.7 (#452)
21,267
16.04.2019 15:58:25
14,400
af6a3682520ad7422a9246efcbef9bf47692183b
add backward-compatible constructor parameter as prescribed in Magento DevDocs
[ { "change_type": "MODIFY", "old_path": "src/Payment/Model/Adapter/AmazonPaymentAdapter.php", "new_path": "src/Payment/Model/Adapter/AmazonPaymentAdapter.php", "diff": "@@ -26,6 +26,7 @@ use Amazon\\Core\\Helper\\Data;\nuse Amazon\\Payment\\Api\\Data\\PendingAuthorizationInterfaceFactory;\nuse Amazon...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-83: add backward-compatible constructor parameter as prescribed in Magento DevDocs
21,267
16.04.2019 16:44:52
14,400
c12f4e4e4462f5081661b0b07b478ff89fa52538
Remove use of undeclared magic method in CompleteCheckout
[ { "change_type": "MODIFY", "old_path": "src/Payment/Block/CheckoutErrorMessage.php", "new_path": "src/Payment/Block/CheckoutErrorMessage.php", "diff": "@@ -18,7 +18,11 @@ class CheckoutErrorMessage extends Template\n}\npublic function getError() {\n- return $this->checkoutSession->getQuote()->getErr...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-85: Remove use of undeclared magic method in CompleteCheckout
21,267
16.04.2019 16:54:37
14,400
524a72451aa8ce814560ab72e10a66326775bce1
make SCA failure messages translatable
[ { "change_type": "MODIFY", "old_path": "src/Payment/Controller/Payment/CompleteCheckout.php", "new_path": "src/Payment/Controller/Payment/CompleteCheckout.php", "diff": "@@ -100,17 +100,17 @@ class CompleteCheckout extends Action\n}\nbreak;\ncase 'Failure':\n- $this->checkoutSession->getQuote()->add...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-84: make SCA failure messages translatable
21,267
15.04.2019 19:01:10
14,400
6d2c642e4806c6484a3cddc82f56a89f60dce255
add module versions to composer package requirements
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "},\n\"require\": {\n\"php\": \"~7.1.3||~7.2.0\",\n- \"magento/framework\": \"*\",\n- \"magento/module-sales\": \"*\",\n- \"magento/module-checkout\": \"*\",\n- \"magento/module-payment\": \"*\",\n- \"magent...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-64: add module versions to composer package requirements
21,251
19.04.2019 00:29:38
25,200
fe56acb33d379b3637da9940b9e055262109c021
version increase 3.2.0
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-and-login-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay and Login with Amazon\",\n\"type\": \"magento2-module\",\n- \"version\": \...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
version increase 3.2.0 (#458)
21,267
19.04.2019 18:12:47
14,400
1f0b1937ad4f38b36bd63167509419c745147e86
add copyright to layout and template files
[ { "change_type": "MODIFY", "old_path": "src/Payment/view/frontend/layout/amazon_payments_payment_completecheckout.xml", "new_path": "src/Payment/view/frontend/layout/amazon_payments_payment_completecheckout.xml", "diff": "<?xml version=\"1.0\"?>\n+<!--\n+/**\n+ * Copyright 2016 Amazon.com, Inc. or i...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-87: add copyright to layout and template files
21,240
24.04.2019 23:26:42
14,400
e642b221bb116029c4d4a4669fb5f3f99de220ed
add MFTF tests for SCA
[ { "change_type": "MODIFY", "old_path": "src/Payment/Test/Mftf/Test/AmazonCheckoutDeclineTest.xml", "new_path": "src/Payment/Test/Mftf/Test/AmazonCheckoutDeclineTest.xml", "diff": "<!--Transaction declined error message-->\n<waitForText userInput=\"Transaction has been declined\" selector=\"{{AdminMe...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
APF-126: add MFTF tests for SCA (#465)
21,258
24.04.2019 20:37:04
25,200
150b152df159aa56be8616265ac0a7a59263f169
version increase 3.2.2
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-and-login-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay and Login with Amazon\",\n\"type\": \"magento2-module\",\n- \"version\": \...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
version increase 3.2.2 (#466)
21,242
25.04.2019 10:06:18
-7,200
b38c4deaecdfedca50f0033ae93f1d4e513b0326
Update docs: overview
[ { "change_type": "MODIFY", "old_path": "docs/overview.rst", "new_path": "docs/overview.rst", "diff": "Overview\n========\n+This extension provides an official integration of your Magento 2 store with **Amazon Pay and Login with Amazon** services. The extension is a checkout and payment solution that...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Update docs: overview
21,242
25.04.2019 10:32:25
-7,200
e4462433a83d40115aae7887b52a3a3db2333f0e
Update docs: configuration
[ { "change_type": "ADD", "old_path": "docs/images/configuration_amazon_pay.png", "new_path": "docs/images/configuration_amazon_pay.png", "diff": "Binary files /dev/null and b/docs/images/configuration_amazon_pay.png differ\n" }, { "change_type": "ADD", "old_path": "docs/images/configurati...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Update docs: configuration
21,242
25.04.2019 13:14:14
-7,200
dba49e109bee0524cc649b3a1b14674b0d52f278
Fix typo, links and images
[ { "change_type": "MODIFY", "old_path": "docs/configuration.rst", "new_path": "docs/configuration.rst", "diff": "@@ -75,7 +75,7 @@ Authorization Mode\nIndependent of the mode you decide for, make sure to only orders which are successfully authorized by Amazon Pay (order state: `Processing`).\n-.. not...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Fix typo, links and images
21,242
25.04.2019 13:22:46
-7,200
1b0d68ae279760b702889e8864f78c175cd45d46
Remove obsolte authorization mode
[ { "change_type": "MODIFY", "old_path": "docs/flow.rst", "new_path": "docs/flow.rst", "diff": "@@ -36,19 +36,19 @@ The actual order flow other than this remains the same, as it is for the standar\nPayment authorization\n---------------------\n-An authorization is automatically requested on order plac...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Remove obsolte authorization mode
21,242
25.04.2019 14:17:03
-7,200
7280b613c42d7850cdfbd7b1f064be335519a12e
Add migration guide for M1 to M2
[ { "change_type": "MODIFY", "old_path": "docs/index.rst", "new_path": "docs/index.rst", "diff": "@@ -17,3 +17,4 @@ Amazon Pay and Login with Amazon extension for Magento 2\ntesting\ntroubleshooting\nfaq\n+ m1_m2_migration\n\\ No newline at end of file\n" } ]
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Add migration guide for M1 to M2
21,240
25.04.2019 17:14:00
14,400
1e7064a6a2388e79c3f62555330546e5a377f1e5
skip MFTF tests
[ { "change_type": "MODIFY", "old_path": "src/Payment/Test/Mftf/Test/AmazonCheckoutDeclineTest.xml", "new_path": "src/Payment/Test/Mftf/Test/AmazonCheckoutDeclineTest.xml", "diff": "<description value=\"Test CC decline message and then success page elements for placed order with Amazon Pay\"/>\n<sever...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-102: skip MFTF tests (#469)
21,258
25.04.2019 14:21:17
25,200
c53d8022106e9656be271fdef8eb69d7fa545aff
skip mftf per Magento
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-and-login-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay and Login with Amazon\",\n\"type\": \"magento2-module\",\n- \"version\": \...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
skip mftf per Magento (#471)
21,240
26.04.2019 12:34:39
14,400
95c0e31790b1ef2d034c4a5cd21a03d8507bc6c5
admin: escape HTML chars before embedding JSON
[ { "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": "-->\n<br/>\n<div data-mage-init='{\n- \"Amazon_Core/js/simplepath\": <?php echo /* @noEscape...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-69: admin: escape HTML chars before embedding JSON (#474)
21,258
26.04.2019 11:12:59
25,200
baaab2f6d622fd3fbae87575aedad3b699c08f00
version increase 3.2.4
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-and-login-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay and Login with Amazon\",\n\"type\": \"magento2-module\",\n- \"version\": \...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
version increase 3.2.4 (#476)
21,267
06.03.2019 15:41:20
18,000
cb869514647878ceca770db94c8b6a02f866dba3
assign 'this' explicitly in callbacks within wallet widget renderer
[ { "change_type": "MODIFY", "old_path": "src/Payment/view/frontend/web/js/view/payment/method-renderer/amazon-payment-widget.js", "new_path": "src/Payment/view/frontend/web/js/view/payment/method-renderer/amazon-payment-widget.js", "diff": "@@ -41,8 +41,7 @@ define(\n) {\n'use strict';\n- var context...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-49: assign 'this' explicitly in callbacks within wallet widget renderer
21,267
15.03.2019 18:23:40
14,400
68c0448309feb3b1cdb201499d3150dfd328ea85
remove redundant HTML escaping
[ { "change_type": "MODIFY", "old_path": "src/Core/Domain/AmazonAddressFactory.php", "new_path": "src/Core/Domain/AmazonAddressFactory.php", "diff": "@@ -23,10 +23,6 @@ use Magento\\Framework\\Escaper;\nclass AmazonAddressFactory\n{\n- /**\n- * @var Escaper\n- */\n- private $escaper;\n/**\n* @var Obje...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-66: remove redundant HTML escaping
21,267
03.05.2019 03:29:22
14,400
656660cce50f5072ba8b6de25f3584e88110a80b
asd-105: region_id workaround
[ { "change_type": "MODIFY", "old_path": "src/Payment/Plugin/ShippingInformationManagement.php", "new_path": "src/Payment/Plugin/ShippingInformationManagement.php", "diff": "@@ -92,6 +92,16 @@ class ShippingInformationManagement\n);\n}\n+ /*\n+ * Magento\\Quote\\Model\\Quote::setShippingAddress merges...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
asd-105: region_id workaround
21,267
03.05.2019 04:06:09
14,400
de8784e2798900492e548dcf181796db9f04d09f
fix invalid reference in guest checkout
[ { "change_type": "MODIFY", "old_path": "src/Payment/Plugin/ShippingInformationManagement.php", "new_path": "src/Payment/Plugin/ShippingInformationManagement.php", "diff": "@@ -80,7 +80,9 @@ class ShippingInformationManagement\nreturn $return;\n}\n- $amazonOrderReferenceId = $quote->getExtensionAttri...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-105: fix invalid reference in guest checkout
21,258
08.05.2019 09:28:48
25,200
892ddbc14844a85c88d4e3e283dfee5f47f5e755
version increase 3.2.6
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-and-login-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay and Login with Amazon\",\n\"type\": \"magento2-module\",\n- \"version\": \...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
version increase 3.2.6 (#486)
21,258
08.05.2019 15:16:38
25,200
626489462f803da9659f3aef16e4954eb9c28b0a
version increase 3.2.7
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-and-login-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay and Login with Amazon\",\n\"type\": \"magento2-module\",\n- \"version\": \...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
version increase 3.2.7 (#492)
21,258
08.05.2019 15:20:38
25,200
fcdad0f850661d63bff90cf4dd6e0d41201519f4
Updating composer.json per Magento
[ { "change_type": "MODIFY", "old_path": "src/Core/composer.json", "new_path": "src/Core/composer.json", "diff": "],\n\"require\": {\n\"php\": \"~7.1.3||~7.2.0\",\n- \"magento/framework\": \"^102\",\n- \"magento/module-sales\": \"^102\",\n- \"magento/module-config\": \"101.1\",\n- \"magento/module-sto...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Updating composer.json per Magento (#493)
21,258
09.05.2019 14:18:37
25,200
aa8a5f4c869bb13adeb4b061d465db5b47380332
version increase 3.2.8
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-and-login-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay and Login with Amazon\",\n\"type\": \"magento2-module\",\n- \"version\": \...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
version increase 3.2.8 (#498)
21,240
20.05.2019 15:37:15
14,400
c5478eb1b6591f55c19652c14bf1388e20230255
M232-rc4 * fix race condition that was causing login flow to hang on some browsers * fix shipping address fields not always being hidden when Amazon checkout is being used * add guidance text to redirect page * adjust guidance text on redirect page
[ { "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><?= $block->escapeHtml(__('You will be redire...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
M232-rc4 (#506) * ASD-111: fix race condition that was causing login flow to hang on some browsers * ASD-118: fix shipping address fields not always being hidden when Amazon checkout is being used * ASD-111: add guidance text to redirect page * ASD-111: adjust guidance text on redirect page
21,240
20.05.2019 17:56:15
14,400
a9e1f6367cac96b63ba43de1d82bbe93cad1a4e5
BESS feedback: use var instead of let
[ { "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": "@@ -44,7 +44,7 @@ define([\n// we don't have the customer's consent or invalid request\nthis.redirectOnRequestWithError();\nthis.setAu...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
BESS feedback: use var instead of let (#510)
21,240
21.05.2019 19:37:01
14,400
3efaf7854ceb653d8cabb52bd5a45f4122abd489
BESS feedback: replace 'let' with 'var'
[ { "change_type": "MODIFY", "old_path": "src/Payment/view/frontend/web/js/view/shipping-address/inline-form.js", "new_path": "src/Payment/view/frontend/web/js/view/shipping-address/inline-form.js", "diff": "@@ -31,7 +31,7 @@ define([\n* Show/hide inline form\n*/\nhideInlineForm: function(hide) {\n- l...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
BESS feedback: replace 'let' with 'var' (#511)
21,242
22.05.2019 10:24:05
-7,200
5ad594d96a02d3557dd1eac8fdcda9d095855982
Improve FAQ entry for invisible widgets
[ { "change_type": "MODIFY", "old_path": "docs/faq.rst", "new_path": "docs/faq.rst", "diff": "@@ -26,4 +26,14 @@ Amazon Pay Widgets are not surfaced\n-----------------------------------\nPlease check if you are using a theme, which is not based on Magento's Luma or Blank theme first and follow the adv...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Improve FAQ entry for invisible widgets
21,242
13.06.2019 08:53:32
-7,200
efac9d7591c0e9ac341aec14342d29449485014a
Update information on versions and installation procedure
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -39,13 +39,13 @@ Please follow the instructions in the [User Guide](https://amzn.github.io/amazon\n## Branch information\n-The following table provides an overview on which Git branch is compatible to which Mage...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Update information on versions and installation procedure
21,267
19.06.2019 02:24:12
14,400
d30f60b464daa0d007aac45deffccec6e8b4dc14
write exception messages and stack traces to paywithamazon.log
[ { "change_type": "MODIFY", "old_path": "src/Core/Controller/Adminhtml/Simplepath/Poll.php", "new_path": "src/Core/Controller/Adminhtml/Simplepath/Poll.php", "diff": "@@ -17,6 +17,8 @@ namespace Amazon\\Core\\Controller\\Adminhtml\\Simplepath;\nuse Magento\\Backend\\App\\Action\\Context;\nuse Magento...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-120: write exception messages and stack traces to paywithamazon.log
21,267
19.06.2019 19:48:50
14,400
6f6b9176a3997fd56eddab353600cce46821b48a
handle IPNs through single endpoint
[ { "change_type": "MODIFY", "old_path": "src/Core/Block/Adminhtml/Form/Field/IpnUrl.php", "new_path": "src/Core/Block/Adminhtml/Form/Field/IpnUrl.php", "diff": "@@ -32,19 +32,14 @@ class IpnUrl extends BaseField\n{\n$stores = $this->_storeManager->getStores();\n$valueReturn = '';\n- $urlArray = [];\n...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-35: handle IPNs through single endpoint
21,267
19.06.2019 20:08:01
14,400
dcba39ef74f02141fab22532882301c7b7ac4016
fix backward compatibility in helper
[ { "change_type": "MODIFY", "old_path": "src/Core/Helper/Data.php", "new_path": "src/Core/Helper/Data.php", "diff": "@@ -25,6 +25,7 @@ use Magento\\Framework\\Module\\ModuleListInterface;\nuse Magento\\Framework\\Module\\StatusFactory;\nuse Amazon\\Core\\Model\\AmazonConfig;\nuse Magento\\Framework\\...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-54: fix backward compatibility in helper
21,258
24.06.2019 12:17:03
25,200
50603ba54f42dd03c1c1fd19e9e1582149975c19
version increase 3.2.10
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-and-login-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay and Login with Amazon\",\n\"type\": \"magento2-module\",\n- \"version\": \...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
version increase 3.2.10 (#522)
21,242
05.07.2019 10:14:53
-7,200
f1f35bda5bce3246cfc05d64170aa21781405755
Set correct version number for MCP feature in docs
[ { "change_type": "MODIFY", "old_path": "docs/configuration.rst", "new_path": "docs/configuration.rst", "diff": "@@ -121,7 +121,7 @@ Use Multi-currency\nEnables the multi-currency feature of Amazon Pay for Magento 2.\n-.. note:: Multi-currency is currently supported for payment region EU and UK only,...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Set correct version number for MCP feature in docs
21,267
11.07.2019 18:27:29
14,400
eb7bbeabf42659f3517caa108f8eab900581e882
improve support for ITP-enabled browsers by removing non-interactive cross-domain cookie access
[ { "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": "@@ -44,30 +44,7 @@ define([\n// we don't have the customer's consent or invalid request\nthis.redirectOnRequestWithError();\nthis.setA...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-132: improve support for ITP-enabled browsers by removing non-interactive cross-domain cookie access
21,242
12.07.2019 08:52:08
-7,200
0ed2e962a3b057d50b68e48145f7b3eaa1eaea26
Increase version to 3.2.11
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-and-login-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay and Login with Amazon\",\n\"type\": \"magento2-module\",\n- \"version\": \...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Increase version to 3.2.11
21,242
24.07.2019 12:21:41
-7,200
dadec5154f26bac87cd679e0037ff4a91102b245
Increase PHP SDK version to match SCA minimum
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"magento/module-quote\": \"^101.1\",\n\"magento/module-customer\": \"^102\",\n\"magento/module-store\": \"^101\",\n- \"amzn/amazon-pay-sdk-php\": \"^3.2.0\"\n+ \"amzn/amazon-pay-sdk-php\": \"^3.4.1\"\n},\n...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Increase PHP SDK version to match SCA minimum
21,258
30.07.2019 09:35:43
25,200
01e9eaad87999a7f9a66a6ac6a2b7e6e49231aa7
version increase 3.2.12
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-and-login-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay and Login with Amazon\",\n\"type\": \"magento2-module\",\n- \"version\": \...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
version increase 3.2.12 (#539)
21,258
01.08.2019 22:10:56
25,200
73bb9930c22945cc5eb49576789365f3878c3027
version increase 3.2.13
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-and-login-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay and Login with Amazon\",\n\"type\": \"magento2-module\",\n- \"version\": \...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
version increase 3.2.13 (#546)
21,271
14.08.2019 21:31:32
-7,200
a356554a3731c7de7d4592126cf5cf64a423527c
Add PHP 7.3 support to composer packages
[ { "change_type": "MODIFY", "old_path": "src/Core/composer.json", "new_path": "src/Core/composer.json", "diff": "\"Apache-2.0\"\n],\n\"require\": {\n- \"php\": \"~7.1.3||~7.2.0\",\n+ \"php\": \"~7.1.3||~7.2.0||~7.3.0\",\n\"magento/framework\": \"*\",\n\"magento/module-sales\": \"*\",\n\"magento/modul...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Add PHP 7.3 support to composer packages (#553)
21,240
04.09.2019 14:02:19
14,400
25dd94e2b6354084cd0486df0009bd77d073af27
don't hide checkout charge message by default
[ { "change_type": "MODIFY", "old_path": "src/Payment/view/frontend/web/css/source/_module.less", "new_path": "src/Payment/view/frontend/web/css/source/_module.less", "diff": "}\n}\n- /** hide alt currency - if multicurrency is enabled this will be unhidden dynamically **/\n- tr.totals.charge {\n- dis...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-166: don't hide checkout charge message by default (#558)
21,240
09.10.2019 21:49:28
14,400
0288821fa73a42ad9edb6dfa7600869dfd44ccb5
update keys for Checkout Session object
[ { "change_type": "MODIFY", "old_path": "src/PayV2/Gateway/Validator/GeneralResponseValidator.php", "new_path": "src/PayV2/Gateway/Validator/GeneralResponseValidator.php", "diff": "@@ -40,14 +40,14 @@ class GeneralResponseValidator extends AbstractValidator\n$response = $validationSubject['response']...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
APF-176: update keys for Checkout Session object (#561)
21,267
05.12.2019 02:13:34
18,000
9c6fee82c050b221dd5a4329cf991144dd20d38c
fix Magento_CheckoutAgreements blocking payments when terms have already been accepted
[ { "change_type": "MODIFY", "old_path": "src/PayV2/view/frontend/web/js/action/place-order.js", "new_path": "src/PayV2/view/frontend/web/js/action/place-order.js", "diff": "@@ -23,9 +23,10 @@ define(\n'Magento_Customer/js/model/customer',\n'Magento_Checkout/js/model/full-screen-loader',\n'Amazon_PayV...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-228: fix Magento_CheckoutAgreements blocking payments when terms have already been accepted
21,267
05.02.2020 00:39:55
18,000
16d6c6b5519aee903e4937751c83563961d84362
disable v1 LWA when API version is set to V2
[ { "change_type": "MODIFY", "old_path": "src/PayV2/Plugin/AmazonCoreHelperData.php", "new_path": "src/PayV2/Plugin/AmazonCoreHelperData.php", "diff": "@@ -46,4 +46,17 @@ class AmazonCoreHelperData\nreturn $result;\n}\n+\n+ /**\n+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)\n+ */\n+ public functi...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
APF-188: disable v1 LWA when API version is set to V2
21,258
10.02.2020 09:44:59
28,800
2277f5a1205572649004bf42ef1ab6dd5f83fc6e
Add PWA Support information
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -18,6 +18,11 @@ All Amazon Pay transactions are protected by Amazon's A-to-z Guarantee.\nRefer [here](https://gist.github.com/tarishah/9b12146925eb9b5dbe5a1a3936b9b382) for the V2 Checkout Installation steps.\n+...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Add PWA Support information
21,268
17.02.2020 12:15:10
-3,600
ff2fe9348031cc8ad0b5a460a0ddb966de82865a
version increase from 1.0.0 to 1.0.1
[ { "change_type": "ADD", "old_path": null, "new_path": ".vscode/settings.json", "diff": "+{}\n\\ No newline at end of file\n" }, { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-v2-magento-2-module\",\n\"desc...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
version increase from 1.0.0 to 1.0.1
21,244
21.02.2020 11:37:26
18,000
411dadd6c651c0d585f13b4b4cbe16fdd82ebde5
Excluded *.payments-amazon.com/checkout.js from minification
[ { "change_type": "MODIFY", "old_path": "src/PayV2/etc/config.xml", "new_path": "src/PayV2/etc/config.xml", "diff": "-->\n<config xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:noNamespaceSchemaLocation=\"urn:magento:module:Magento_Store:etc/config.xsd\">\n<default>\n+ <dev>\n+ <js>\n+ <...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-277: Excluded *.payments-amazon.com/checkout.js from minification
21,244
18.03.2020 17:05:32
14,400
84ee5a14a88b2f9b45d9dab0913ee1f79e6840e1
Changed Default Behavior for Unprovided Billing Address
[ { "change_type": "MODIFY", "old_path": "src/PayV2/Model/AddressManagement.php", "new_path": "src/PayV2/Model/AddressManagement.php", "diff": "@@ -70,6 +70,11 @@ class AddressManagement implements \\Amazon\\PayV2\\Api\\AddressManagementInterface\n*/\nprivate $logger;\n+ /**\n+ * @var array\n+ */\n+ p...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-262: Changed Default Behavior for Unprovided Billing Address
21,244
19.03.2020 10:53:56
14,400
401527d3a025678626726cb01d74f9d52790460b
Fixed address telephone & cancel action
[ { "change_type": "MODIFY", "old_path": "src/PayV2/Model/AddressManagement.php", "new_path": "src/PayV2/Model/AddressManagement.php", "diff": "@@ -154,6 +154,7 @@ class AddressManagement implements \\Amazon\\PayV2\\Api\\AddressManagementInterface\n$addressData = call_user_func($addressDataExtractor, ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-267: Fixed address telephone & cancel action
21,244
19.03.2020 15:10:28
14,400
dd7f0ac29bd2e34d021f6267c5056cd998285a1b
Fixed filling billing/shipping address phone fields
[ { "change_type": "MODIFY", "old_path": "src/PayV2/Model/AddressManagement.php", "new_path": "src/PayV2/Model/AddressManagement.php", "diff": "@@ -154,7 +154,7 @@ class AddressManagement implements \\Amazon\\PayV2\\Api\\AddressManagementInterface\n$addressData = call_user_func($addressDataExtractor, ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-267: Fixed filling billing/shipping address phone fields
21,244
20.03.2020 12:32:17
14,400
821e8fb16d4143d32cbc15b164585ac6b0378544
Fixed Edit button visibility
[ { "change_type": "MODIFY", "old_path": "src/PayV2/view/frontend/web/js/model/storage.js", "new_path": "src/PayV2/view/frontend/web/js/model/storage.js", "diff": "@@ -84,6 +84,24 @@ define([\nvar sessionValue = customerData.get(sectionKey)()['isPayOnly'];\nvar result = typeof sessionValue === 'boolea...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-267: Fixed Edit button visibility
21,268
24.03.2020 09:48:09
-3,600
f41d87ccd6d4d99f3fefaddc4f2fbab5a30599cb
version increase to 1.1.0
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-v2-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay V2\",\n\"type\": \"magento2-module\",\n- \"version\": \"1.0.2\",\n+ \"version\": ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
version increase to 1.1.0
21,258
27.03.2020 13:00:16
25,200
ce73363483c2053d50a6543310a06334a0c1d876
version increase to 1.1.1
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-v2-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay V2\",\n\"type\": \"magento2-module\",\n- \"version\": \"1.1.0\",\n+ \"version\": ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
version increase to 1.1.1 (#618) Co-authored-by: Shah <tarishah@f45c898ce31f.ant.amazon.com>
21,258
31.03.2020 16:18:14
25,200
10ba1375f69d01d7d3c2ccc6bb486563f4020241
version increase to 1.2.0
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-v2-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay V2\",\n\"type\": \"magento2-module\",\n- \"version\": \"1.1.1\",\n+ \"version\": ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
version increase to 1.2.0 (#621) Co-authored-by: Shah <tarishah@f45c898ce31f.ant.amazon.com>
21,262
03.04.2020 18:35:00
14,400
9fb3852423ddc65bb1bb4619e074a896d7fdda09
Moved visibility flag from var to app/etc
[ { "change_type": "MODIFY", "old_path": "src/PayV2/registration.php", "new_path": "src/PayV2/registration.php", "diff": "@@ -18,7 +18,10 @@ use Magento\\Framework\\Component\\ComponentRegistrar;\n$registrar = new ComponentRegistrar();\n$moduleVisibilityFlag = 'AMAZON_PAYV2_ENABLE';\n-$isModuleVisible...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-315: Moved visibility flag from var to app/etc (#622)
21,242
06.04.2020 12:47:32
-7,200
f750e37291b8dcbe6a11cc9975309f96197acfab
Improve README content
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "-# Amazon_PayV2 Module\n+# Amazon Pay Checkout v2\n-The Amazon_PayV2 module provides the \"Amazon Pay\" payment method using version 2 of the Amazon Pay API.\n+This module will enable \"Amazon Pay Checkout v2\" on ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Improve README content
21,261
06.04.2020 14:18:22
-7,200
2f115d44e58a22e7c219deccd3b2c834dad91d5d
Updated V2Checkout Readme
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -26,24 +26,30 @@ same directory as this `README.md` file.\n### 1. Install module\n-The module can be either installed via composer (recommend), or manually. The steps for each option are described below.\n+The m...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Updated V2Checkout Readme
21,244
10.04.2020 14:59:08
0
22412693a6db10de1e1a3c7db7cd596da61494ff
Added heading with value proposition & divider with text between button and full form
[ { "change_type": "MODIFY", "old_path": "src/PayV2/view/frontend/web/css/source/_module.less", "new_path": "src/PayV2/view/frontend/web/css/source/_module.less", "diff": "}\n#checkout {\n.amazon-button-container-v2 {\n+ margin: 22px 0;\njustify-content: left;\n}\n}\n" }, { "change_type": "MOD...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-331: Added heading with value proposition & divider with text between button and full form
21,244
10.04.2020 15:54:57
0
a4d7ba330d8bc700c76bab75fe5f1ad073f605e9
Added divider and text between checkout and Amazon Pay button
[ { "change_type": "MODIFY", "old_path": "src/PayV2/view/frontend/templates/minicart-button.phtml", "new_path": "src/PayV2/view/frontend/templates/minicart-button.phtml", "diff": "?>\n<div id=\"minicart-amazon-pay-button\" class=\"amazon-button-container-v2\">\n+ <div class=\"amazon-divider\">\n+ <spa...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-332: Added divider and text between checkout and Amazon Pay button
21,244
10.04.2020 23:21:02
0
0fc86a11bcfb179be67e8062f5bd5ba843292bca
CV2 Admin settings improvements
[ { "change_type": "RENAME", "old_path": "src/PayV2/Block/Adminhtml/Form/Field/IpnUrl.php", "new_path": "src/PayV2/Block/Adminhtml/System/Config/Form/IpnUrl.php", "diff": "* express or implied. See the License for the specific language governing\n* permissions and limitations under the License.\n*/\n-...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-333: CV2 Admin settings improvements
21,244
10.04.2020 23:57:14
0
f9d91fd5dedfe98e1e399f9cbe116d33d1414d35
Fixed displaying note
[ { "change_type": "MODIFY", "old_path": "src/PayV2/Block/Adminhtml/System/Config/Form/Note.php", "new_path": "src/PayV2/Block/Adminhtml/System/Config/Form/Note.php", "diff": "@@ -50,7 +50,7 @@ class Note extends \\Magento\\Config\\Block\\System\\Config\\Form\\Field\nprotected function _renderValue($e...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-333: Fixed displaying note
21,242
15.04.2020 16:54:37
-7,200
5791baba8a314297602637a31e24f9fb3fb2a930
Update README with latest Seller Central instructions
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -83,8 +83,17 @@ Upon successful installation of the module, please follow the steps below for co\n1. Switch to 'V2' under the Amazon Pay Product Version\n1. Under 'Private Key' field, click on the 'Generate a ne...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Update README with latest Seller Central instructions
21,262
15.04.2020 22:42:31
14,400
b855e1b4cabf87a25377bf16b8d1765d5af710ec
Fixed Amazon Pay button on Payment step
[ { "change_type": "MODIFY", "old_path": "src/PayV2/view/frontend/web/js/view/payment/method-renderer/amazon-payment-method.js", "new_path": "src/PayV2/view/frontend/web/js/view/payment/method-renderer/amazon-payment-method.js", "diff": "@@ -52,12 +52,6 @@ define(\n}\n},\n- initObservable: function ()...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-347: Fixed Amazon Pay button on Payment step (#628)
21,244
17.04.2020 14:22:52
0
44fd48b0cde505120ccc452a2c0f4e267ef33aee
Fixed PHP Fatal error: Declaration of Amazon\PayV2\Block\Adminhtml\System\Config\Form\Version::render($element) must be compatible with Magento\Framework\Data\Form\Element\Renderer\RendererInterface::render(Magento\Framework\Data\Form\Element\AbstractElement $element)
[ { "change_type": "MODIFY", "old_path": "src/PayV2/Block/Adminhtml/System/Config/Form/Version.php", "new_path": "src/PayV2/Block/Adminhtml/System/Config/Form/Version.php", "diff": "@@ -38,7 +38,7 @@ class Version extends \\Magento\\Config\\Block\\System\\Config\\Form\\Field\n* @param \\Magento\\Frame...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-333: Fixed PHP Fatal error: Declaration of Amazon\PayV2\Block\Adminhtml\System\Config\Form\Version::render($element) must be compatible with Magento\Framework\Data\Form\Element\Renderer\RendererInterface::render(Magento\Framework\Data\Form\Element\AbstractElement $element)
21,244
20.04.2020 15:52:20
0
c014c0cb5cda5fc045a4c10be5320eaba2ec35dc
Fixed displaying shipping address fields
[ { "change_type": "MODIFY", "old_path": "src/PayV2/Plugin/CheckoutProcessor.php", "new_path": "src/PayV2/Plugin/CheckoutProcessor.php", "diff": "@@ -70,11 +70,6 @@ class CheckoutProcessor\n$shippingConfig['children']['address-list']['rendererTemplates']['new-customer-address']\n['component'] = 'Amazo...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-341: Fixed displaying shipping address fields
21,258
22.04.2020 08:04:19
25,200
78a2808f21f7dcce2bb65364f6558468f6190aab
Update#2 in installation section
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -26,4 +26,5 @@ same directory as this `README.md` file.\n## Installation and Configuration\nThis section will be released once Magento 2.4.0 is widely available in June 2020.\n+\nIf you are on M2.2.x or M2.3.x, ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Update#2 in installation section
21,258
23.04.2020 11:23:54
25,200
4d66e7200b018ba394bb603c60e40a603dbe46b2
version increase to 2.0.0
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-v2-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay V2\",\n\"type\": \"magento2-module\",\n- \"version\": \"1.2.0\",\n+ \"version\": ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
version increase to 2.0.0 (#648) Co-authored-by: Shah <tarishah@f45c898ce31f.ant.amazon.com>
21,244
30.04.2020 15:23:36
0
be33eb4ebec9dd16208831bd773ec04a5e86d4f9
Deleted visibility flag & Fixed Warning
[ { "change_type": "MODIFY", "old_path": "src/PayV2/Block/Adminhtml/System/Config/Form/Note.php", "new_path": "src/PayV2/Block/Adminhtml/System/Config/Form/Note.php", "diff": "namespace Amazon\\PayV2\\Block\\Adminhtml\\System\\Config\\Form;\n+use Magento\\Framework\\Data\\Form\\Element\\AbstractElemen...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-362: Deleted visibility flag & Fixed Warning
21,258
01.05.2020 14:01:01
25,200
616daa9921e99e106f5d27ad561d401f2c7837a2
version increase to 2.0.1
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-v2-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay V2\",\n\"type\": \"magento2-module\",\n- \"version\": \"2.0.0\",\n+ \"version\": ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
version increase to 2.0.1 (#678) Co-authored-by: Shah <tarishah@f45c898ce31f.ant.amazon.com>
21,244
04.05.2020 18:54:18
0
ad02285209b52ae967dd63d7eb8d87f5a80a600a
Yen Decimal Amount Handling
[ { "change_type": "MODIFY", "old_path": "src/PayV2/Model/Adapter/AmazonPayV2Adapter.php", "new_path": "src/PayV2/Model/Adapter/AmazonPayV2Adapter.php", "diff": "@@ -84,6 +84,27 @@ class AmazonPayV2Adapter\nreturn sprintf('Magento Version: 2, Plugin Version: %s (v2)', $this->amazonHelper->getVersion()...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-265: Yen Decimal Amount Handling
21,244
05.05.2020 16:14:55
0
7cca2102616a72bd054594831fbfb1ba92a19c38
Fixed CheckoutLanguage paramter
[ { "change_type": "MODIFY", "old_path": "src/PayV2/Block/Config.php", "new_path": "src/PayV2/Block/Config.php", "diff": "@@ -24,6 +24,14 @@ namespace Amazon\\PayV2\\Block;\n*/\nclass Config extends \\Magento\\Framework\\View\\Element\\Template\n{\n+ const LANG_DE = 'de_DE';\n+ const LANG_FR = 'fr_FR'...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-276: Fixed CheckoutLanguage paramter
21,244
12.05.2020 22:07:01
0
e96e48b846ff5c65ac8251c1c936944747ea1e1a
Renamed Method Name on the frontend
[ { "change_type": "DELETE", "old_path": "src/PayV2/Test/Mftf/Data/AmazonPaymentData.xml", "new_path": null, "diff": "-<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n-<entities xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:noNamespaceSchemaLocation=\"urn:magento:mftf:DataGenerator/etc/dataP...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-375: Renamed Method Name on the frontend
21,244
18.05.2020 22:20:10
0
8567ca90c0e2bddfed4dbe50128d8da21dd0525b
Disabled Billing Address Editing for US/JP region
[ { "change_type": "MODIFY", "old_path": "src/PayV2/Model/AmazonConfig.php", "new_path": "src/PayV2/Model/AmazonConfig.php", "diff": "@@ -293,6 +293,19 @@ class AmazonConfig\n);\n}\n+ /**\n+ * @param string $scope\n+ * @param string $scopeCode\n+ * @return boolean\n+ */\n+ public function isBillingAdd...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-382: Disabled Billing Address Editing for US/JP region
21,261
19.05.2020 12:51:08
-7,200
b57cd59f4d63ed579a69d7f9ac91c7703527237a
version increase to 2.0.2
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"name\": \"amzn/amazon-pay-v2-magento-2-module\",\n\"description\": \"Official Magento2 Plugin to integrate with Amazon Pay V2\",\n\"type\": \"magento2-module\",\n- \"version\": \"2.0.1\",\n+ \"version\": ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
version increase to 2.0.2
21,244
19.05.2020 23:00:19
0
3958abf45ec99d698648fe9ad3cc462d4ee679b2
Fixed address loading
[ { "change_type": "MODIFY", "old_path": "src/PayV2/view/frontend/web/js/action/checkout-session-address-load.js", "new_path": "src/PayV2/view/frontend/web/js/action/checkout-session-address-load.js", "diff": "*/\ndefine([\n- 'Amazon_PayV2/js/model/storage',\n+ 'Magento_Checkout/js/model/quote',\n'mag...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-287: Fixed address loading