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,250
09.09.2021 12:39:48
10,800
9d2b65b09118695c02d3eb253171f44d8cae2ef5
config API endpoint doesn't return correct response
[ { "change_type": "MODIFY", "old_path": "CustomerData/CheckoutSession.php", "new_path": "CustomerData/CheckoutSession.php", "diff": "@@ -48,6 +48,10 @@ class CheckoutSession\n*/\npublic function getConfig()\n{\n- return $this->checkoutSessionManagement->getConfig();\n+ $data = $this->checkoutSessionM...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-783: config API endpoint doesn't return correct response
21,250
13.09.2021 12:24:02
10,800
f2b473c697eb647421f34e48713a22326ef7c9d4
Magento Swagger crashes due to parameter notation in API interface
[ { "change_type": "MODIFY", "old_path": "Api/CheckoutSessionManagementInterface.php", "new_path": "Api/CheckoutSessionManagementInterface.php", "diff": "@@ -21,7 +21,7 @@ namespace Amazon\\Pay\\Api;\ninterface CheckoutSessionManagementInterface\n{\n/**\n- * @param mixed|null $cartId\n+ * @param strin...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-788: Magento Swagger crashes due to parameter notation in API interface
21,250
13.09.2021 15:45:15
10,800
ac350f7816aae090a65cf7259c0c035b358b5092
added some log to completeCheckoutSession
[ { "change_type": "MODIFY", "old_path": "Model/CheckoutSessionManagement.php", "new_path": "Model/CheckoutSessionManagement.php", "diff": "@@ -145,6 +145,11 @@ class CheckoutSessionManagement implements \\Amazon\\Pay\\Api\\CheckoutSessionManage\n*/\nprivate $maskedQuoteIdConverter;\n+ /**\n+ * @var \...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-773: added some log to completeCheckoutSession
21,250
15.09.2021 15:00:48
10,800
710b85beabf09386f703c9a9ed701d592805c301
Street multilne count fix for EE
[ { "change_type": "MODIFY", "old_path": "Helper/Address.php", "new_path": "Helper/Address.php", "diff": "@@ -23,6 +23,8 @@ use Magento\\Customer\\Api\\Data\\AddressInterfaceFactory;\nuse Magento\\Customer\\Api\\Data\\RegionInterfaceFactory;\nuse Magento\\Directory\\Model\\RegionFactory;\nuse Magento\...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-785: Street multilne count fix for EE
21,241
20.09.2021 15:10:02
18,000
bb12f844158ea2bdcf32a6498f649a7982b93921
Version bump to 5.8.0 and add to changelog
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "# Change Log\n+## 5.8.0\n+* Added log message if we are unable to complete checkout session due to an existing order with same quoteId\n+* Added email when asynchronous order processing is declined\n+* Fixed ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Version bump to 5.8.0 and add to changelog
21,241
22.09.2021 21:55:49
18,000
c9705bb7978300926a179d2f4cf449fb1a57a9a3
add config options for checkoutReviewReturnUrl and checkoutResultReturnUrl
[ { "change_type": "MODIFY", "old_path": "Model/Adapter/AmazonPayAdapter.php", "new_path": "Model/Adapter/AmazonPayAdapter.php", "diff": "@@ -174,7 +174,7 @@ class AmazonPayAdapter\n$payload = [\n'webCheckoutDetails' => [\n- 'checkoutResultReturnUrl' => $this->url->getRouteUrl('amazon_pay/checkout/com...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-782 - add config options for checkoutReviewReturnUrl and checkoutResultReturnUrl
21,241
23.09.2021 09:44:35
18,000
301b073cd07d977fc259fb7d406f70ae98e9e257
add optional masked cart ID to /amazon_pay/login/checkout path
[ { "change_type": "MODIFY", "old_path": "Controller/Login/Checkout.php", "new_path": "Controller/Login/Checkout.php", "diff": "@@ -17,7 +17,9 @@ namespace Amazon\\Pay\\Controller\\Login;\nuse Amazon\\Pay\\Api\\Data\\AmazonCustomerInterface;\nuse Amazon\\Pay\\Domain\\ValidationCredentials;\n+use Magen...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-782 - add optional masked cart ID to /amazon_pay/login/checkout path
21,250
23.09.2021 13:22:27
10,800
9a241539f2f0008b7da39907ccf3e9c15410c61c
Alexa Notification > carrier mapping
[ { "change_type": "ADD", "old_path": null, "new_path": "Helper/Alexa.php", "diff": "+<?php\n+/**\n+ * Copyright 2020 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 file except in compliance...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Alexa Notification > carrier mapping
21,241
28.09.2021 12:08:34
18,000
5cca2af505f6655799a6434cd015acc43f78477e
force reload when getting config for APB
[ { "change_type": "MODIFY", "old_path": "view/frontend/web/js/action/checkout-session-config-load.js", "new_path": "view/frontend/web/js/action/checkout-session-config-load.js", "diff": "@@ -30,10 +30,11 @@ define([\n}\nreturn localStorage;\n};\n- return function (callback) {\n+ return function (call...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-799 - force reload when getting config for APB
21,250
28.09.2021 15:13:09
10,800
db304f307c4a00ad76c22b10210d0816dce982c7
change backend message
[ { "change_type": "MODIFY", "old_path": "Model/Alexa.php", "new_path": "Model/Alexa.php", "diff": "@@ -240,6 +240,7 @@ class Alexa\n]]\n])]);\n$result = $response['deliveryDetails'][0];\n+ $result['carrierTitle'] = $track->getTitle();\n}\nreturn $result;\n}\n" }, { "change_type": "MODIFY", ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-725: change backend message
21,250
04.10.2021 15:26:36
10,800
c66792cf178c8d3f3f869a5ffe127ef2e12a09ec
Some OSC address updates are not reflected in PayNow button payload
[ { "change_type": "MODIFY", "old_path": "view/frontend/web/js/amazon-button.js", "new_path": "view/frontend/web/js/amazon-button.js", "diff": "* permissions and limitations under the License.\n*/\ndefine([\n+ 'ko',\n'jquery',\n'Amazon_Pay/js/action/checkout-session-config-load',\n'Amazon_Pay/js/model...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-794: Some OSC address updates are not reflected in PayNow button payload
21,250
14.10.2021 15:05:02
10,800
2f66e872bc70be4f9bbbd00645482213e805506a
Undefined index: status
[ { "change_type": "MODIFY", "old_path": "Gateway/Validator/GeneralResponseValidator.php", "new_path": "Gateway/Validator/GeneralResponseValidator.php", "diff": "@@ -55,7 +55,12 @@ class GeneralResponseValidator extends AbstractValidator\n$response = $validationSubject['response'];\n- if (!in_array($r...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-812: Undefined index: status
21,241
19.10.2021 15:40:54
18,000
86d522db2ab16d1faf984813045cd70a39f599d2
Version bump to 5.9.0, update changelog, and fix phpcs issue
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "# Change Log\n+## 5.9.0\n+* Added custom Carrier Code mapping\n+* Added config options to allow headless integrations to change return urls\n+* Changed validation on private key to allow empty values\n+* Fixe...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Version bump to 5.9.0, update changelog, and fix phpcs issue
21,266
21.10.2021 15:12:17
14,400
e53050095cc12a57f0b71f278cfae3b179c17d8a
Prevent escaping special characters in Pay Now button payloads
[ { "change_type": "MODIFY", "old_path": "Model/Adapter/AmazonPayAdapter.php", "new_path": "Model/Adapter/AmazonPayAdapter.php", "diff": "@@ -599,7 +599,7 @@ class AmazonPayAdapter\n$payload['addressDetails'] = $addressData;\n}\n- return json_encode($payload, JSON_UNESCAPED_SLASHES);\n+ return json_en...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-817 - Prevent escaping special characters in Pay Now button payloads
21,266
27.10.2021 12:12:16
14,400
adabccfaa6bc4d07d60ce79357b2c669c727845b
Clarify naming for (Magento) redirect URLs
[ { "change_type": "MODIFY", "old_path": "etc/adminhtml/system.xml", "new_path": "etc/adminhtml/system.xml", "diff": "<config_path>payment/amazon_payment_v2/checkout_review_return_url</config_path>\n</field>\n<field id=\"checkout_review_url\" translate=\"label comment\" type=\"text\" sortOrder=\"19\" ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-782 - Clarify naming for (Magento) redirect URLs
21,241
01.11.2021 10:42:50
18,000
7d6a4c8ee2b34eff8655aea86a752b0d86134a4a
Version bump to 5.9.1 and update changelog
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "# Change Log\n+## 5.9.1\n+* Fixed issue with umlauts in PayNow button flow\n+* Updated config labels for Magento Checkout redirect paths\n+\n## 5.9.0\n* Added custom Carrier Code mapping\n* Added config optio...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Version bump to 5.9.1 and update changelog
21,266
02.11.2021 16:39:01
14,400
176e6b371333bec07e2c039f3fc8c2d93aae3bc7
Remove regional restrictions on split/partial captures
[ { "change_type": "MODIFY", "old_path": "Gateway/Config/Config.php", "new_path": "Gateway/Config/Config.php", "diff": "*/\nnamespace Amazon\\Pay\\Gateway\\Config;\n-use Amazon\\Pay\\Model\\AmazonConfig;\nuse Magento\\Framework\\App\\Config\\ScopeConfigInterface;\n-use Magento\\Store\\Model\\ScopeInte...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-822 - Remove regional restrictions on split/partial captures
21,266
09.11.2021 17:39:56
18,000
63d0ae6e9c410ed2e50f608e3d72b54f71bc3060
Add helper/selenium conditionals to deal with intermediate 'securely signed in' popup
[ { "change_type": "MODIFY", "old_path": "Test/Mftf-23/ActionGroup/AmazonLoginActionGroup.xml", "new_path": "Test/Mftf-23/ActionGroup/AmazonLoginActionGroup.xml", "diff": "<click selector=\"{{AmazonPageSection.signInButton}}\" stepKey=\"clickAmazonPageSignInButton\"/>\n<!--Verify successful login by t...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-824 - Add helper/selenium conditionals to deal with intermediate 'securely signed in' popup
21,266
10.11.2021 11:16:45
18,000
92be344508c72549ed040ed4d777026e7aed622e
Add return in button _draw on render error/removed button container
[ { "change_type": "MODIFY", "old_path": "view/frontend/web/js/amazon-button.js", "new_path": "view/frontend/web/js/amazon-button.js", "diff": "@@ -132,7 +132,12 @@ define([\nthis._loadButtonConfig(function (buttonConfig) {\n// do not use session config for decoupled button\ndelete buttonConfig.create...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-821 - Add return in button _draw on render error/removed button container
21,266
29.11.2021 15:10:56
18,000
fac4a8433c76adeaecf0887da5d86d5e596232be
Include 'securely signed in' workaround in AmazonCancelReturnUrl
[ { "change_type": "MODIFY", "old_path": "Test/Mftf-23/Test/AmazonCancelReturnUrl.xml", "new_path": "Test/Mftf-23/Test/AmazonCancelReturnUrl.xml", "diff": "<click selector=\"{{AmazonButtonSection.product}}\" stepKey=\"clickAmazonButton\"/>\n<actionGroup ref=\"AmazonSwitchToPopupActionGroup\" stepKey=\...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-824 - Include 'securely signed in' workaround in AmazonCancelReturnUrl
21,241
29.11.2021 18:17:09
21,600
8283decacf10121b432911c9c5b6f3d8502a0db9
Remove check for admin split invoicing from mftf test since it is allowed now
[ { "change_type": "MODIFY", "old_path": "Test/Mftf-23/Test/AmazonCheckoutMulticurrencySuccessTest.xml", "new_path": "Test/Mftf-23/Test/AmazonCheckoutMulticurrencySuccessTest.xml", "diff": "<click selector=\"{{AdminOrderDetailsMainActionsSection.invoice}}\" stepKey=\"clickInvoice\"/>\n<waitForPageLoad...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-822 - Remove check for admin split invoicing from mftf test since it is allowed now
21,266
07.12.2021 15:48:19
18,000
96196500beb3e8d96c0c78baff7168943b4f7ff8
Fix undefined variable in login action group
[ { "change_type": "MODIFY", "old_path": "Test/Mftf-23/ActionGroup/AmazonLoginActionGroup.xml", "new_path": "Test/Mftf-23/ActionGroup/AmazonLoginActionGroup.xml", "diff": "<wait time=\"1\" stepKey=\"allowButtonToActivate\"/>\n<executeInSelenium function=\"function (\\Facebook\\WebDriver\\Remote\\Remot...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-824 - Fix undefined variable in login action group
21,266
07.12.2021 16:21:18
18,000
430622fd79598c4ae05fc148a49d2f5cfa6c6b50
Clarify type of WebDriverBy in executeInSelenium function
[ { "change_type": "MODIFY", "old_path": "Test/Mftf-23/ActionGroup/AmazonLoginActionGroup.xml", "new_path": "Test/Mftf-23/ActionGroup/AmazonLoginActionGroup.xml", "diff": "<wait time=\"1\" stepKey=\"allowButtonToActivate\"/>\n<executeInSelenium function=\"function (\\Facebook\\WebDriver\\Remote\\Remot...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-824 - Clarify type of WebDriverBy in executeInSelenium function
21,248
17.12.2021 14:36:39
28,800
3254a757adf812ef4b26a9e60731050fee8e4a06
Added functionality to load the quote from the user context if an id is not provided. Added is numeric check to provided cart ids prior to calling the masked id conversion
[ { "change_type": "MODIFY", "old_path": "Helper/Session.php", "new_path": "Helper/Session.php", "diff": "@@ -17,16 +17,25 @@ namespace Amazon\\Pay\\Helper;\nuse Amazon\\Pay\\Api\\Data\\AmazonCustomerInterface;\nuse Amazon\\Pay\\Domain\\ValidationCredentials;\n+use Magento\\Authorization\\Model\\UserC...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-841 - Added functionality to load the quote from the user context if an id is not provided. Added is numeric check to provided cart ids prior to calling the masked id conversion
21,248
17.12.2021 14:52:15
28,800
5eaacc5ea2a37c639dbb15c1ed5da10eba2fa8d4
Filtering out the numeric values passed to load solely via user context to prevent guessed ids from being passed and accessed
[ { "change_type": "MODIFY", "old_path": "Helper/Session.php", "new_path": "Helper/Session.php", "diff": "@@ -234,14 +234,14 @@ class Session\npublic function getQuoteFromIdOrSession($cartId = null)\n{\ntry {\n- if (empty($cartId)) {\n+ if (empty($cartId) || is_numeric($cartId)) {\n$userContextCartId ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-841 - Filtering out the numeric values passed to load solely via user context to prevent guessed ids from being passed and accessed
21,241
17.12.2021 18:29:09
21,600
25965e9fd2f97f65ff7bba4ecdb1c4aaca28915f
update to use phpseclib 3.x and allow php 8
[ { "change_type": "MODIFY", "old_path": "Model/Config/AutoKeyExchange.php", "new_path": "Model/Config/AutoKeyExchange.php", "diff": "@@ -22,9 +22,7 @@ use Amazon\\Pay\\Model\\AmazonConfig;\nuse Magento\\Framework\\App\\State;\nuse Magento\\Framework\\App\\Cache\\Type\\Config as CacheTypeConfig;\nuse ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-840 - update to use phpseclib 3.x and allow php 8
21,248
22.12.2021 09:59:14
28,800
ceeee96e5c0b99824375a652f3f9a6f4eef44319
Cleaned up the functionality a bit and added in the pr change to session model
[ { "change_type": "MODIFY", "old_path": "Helper/Session.php", "new_path": "Helper/Session.php", "diff": "@@ -22,6 +22,7 @@ use Magento\\Customer\\Api\\Data\\CustomerInterface;\nuse Magento\\Customer\\Model\\Session as CustomerSession;\nuse Magento\\Checkout\\Model\\Session as CheckoutSession;\nuse Ma...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-841 - Cleaned up the functionality a bit and added in the pr change to session model
21,266
06.01.2022 16:14:43
18,000
73c06cfbe36fb75eccf05ed2059ab3d797839245
Add several guards to account for slow loading in popup, PDP, and checkout forms
[ { "change_type": "MODIFY", "old_path": "Test/Mftf-23/ActionGroup/AmazonCheckoutActionGroup.xml", "new_path": "Test/Mftf-23/ActionGroup/AmazonCheckoutActionGroup.xml", "diff": "<grabAttributeFrom selector=\"{{AmazonPageSection.addressDetails({$amazonAddressId})}}\" userInput=\"data-country\" stepKey=...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Add several guards to account for slow loading in popup, PDP, and checkout forms
21,250
15.10.2021 16:59:00
10,800
fa2bfc4ed327af620d78ad0d03f808a9d3aca9b5
Added SigIn endpoint
[ { "change_type": "MODIFY", "old_path": "Api/CheckoutSessionManagementInterface.php", "new_path": "Api/CheckoutSessionManagementInterface.php", "diff": "@@ -57,4 +57,10 @@ interface CheckoutSessionManagementInterface\n* @return int\n*/\npublic function completeCheckoutSession($amazonSessionId, $cartI...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-801: Added SigIn endpoint
21,266
29.10.2021 16:07:10
14,400
217ce4534420b1cc1468c1a1552ea75c3c3e138f
Add customer link endpoint for PWA merchants to handle Amazon sign-ins with existing store accounts
[ { "change_type": "MODIFY", "old_path": "Api/CheckoutSessionManagementInterface.php", "new_path": "Api/CheckoutSessionManagementInterface.php", "diff": "@@ -63,4 +63,11 @@ interface CheckoutSessionManagementInterface\n* @return mixed\n*/\npublic function signIn($buyerToken);\n+\n+ /**\n+ * @param mix...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Add customer link endpoint for PWA merchants to handle Amazon sign-ins with existing store accounts
21,241
02.12.2021 17:56:33
21,600
ee9d812de8ef70311d0731ce706fe188e75710a4
remove variable initialization
[ { "change_type": "MODIFY", "old_path": "Model/CheckoutSessionManagement.php", "new_path": "Model/CheckoutSessionManagement.php", "diff": "@@ -417,7 +417,6 @@ class CheckoutSessionManagement implements \\Amazon\\Pay\\Api\\CheckoutSessionManage\npublic function getConfig($cartId = null)\n{\n$result = ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-801 - remove variable initialization
21,272
13.01.2022 10:57:37
10,800
4794d56738acc9c855c0359352eced6a447015e8
Check if getDefaultStoreView() returned a Store before building IPN URL
[ { "change_type": "MODIFY", "old_path": "Block/Adminhtml/System/Config/Form/IpnUrl.php", "new_path": "Block/Adminhtml/System/Config/Form/IpnUrl.php", "diff": "@@ -32,11 +32,13 @@ class IpnUrl extends \\Magento\\Config\\Block\\System\\Config\\Form\\Field\n$store = $this->_storeManager->getDefaultStore...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Check if getDefaultStoreView() returned a Store before building IPN URL
21,266
18.01.2022 13:57:19
18,000
83f1b9d9c1a7bd613c8f02c70d1b3a1a06f1f746
Add informational message to blocked IPN URL
[ { "change_type": "MODIFY", "old_path": "Block/Adminhtml/System/Config/Form/IpnUrl.php", "new_path": "Block/Adminhtml/System/Config/Form/IpnUrl.php", "diff": "@@ -38,11 +38,14 @@ class IpnUrl extends \\Magento\\Config\\Block\\System\\Config\\Form\\Field\n$value = $baseUrl . 'amazon_pay/payment/ipn/';...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-855 - Add informational message to blocked IPN URL
21,241
19.01.2022 18:20:44
21,600
5ce23c08745a2b766f36f7b42b4de5e7d754ef2d
update method call that moved to session helper
[ { "change_type": "MODIFY", "old_path": "Model/CheckoutSessionManagement.php", "new_path": "Model/CheckoutSessionManagement.php", "diff": "@@ -419,7 +419,7 @@ class CheckoutSessionManagement implements \\Amazon\\Pay\\Api\\CheckoutSessionManage\n'public_key_id' => $this->amazonConfig->getPublicKeyId()...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-801 - update method call that moved to session helper
21,241
19.01.2022 20:56:21
21,600
18628b00733cafdc32aeb9e4d0144a9bfbe13879
Version bump to 5.10.0 and update changelog
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -48,7 +48,7 @@ The following table provides an overview on which Git branch is compatible to wh\nMagento Version | Github Branch | Latest release\n---|---|---\n2.2.6 - 2.2.11 (EOL) | [V2checkout-1.2.x](https://g...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Version bump to 5.10.0 and update changelog
21,266
20.01.2022 07:51:53
18,000
cde12025cf5bbed7be66a3a3d6e11a1828dfb975
Check current scope for private key to determine 'selected' value
[ { "change_type": "MODIFY", "old_path": "Model/Config/Form/PrivateKeySelected.php", "new_path": "Model/Config/Form/PrivateKeySelected.php", "diff": "@@ -32,8 +32,14 @@ class PrivateKeySelected extends \\Magento\\Config\\Block\\System\\Config\\Form\\Field\n*/\nprotected function _getElementHtml(\\Mage...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-857 - Check current scope for private key to determine 'selected' value
21,241
20.01.2022 09:44:09
21,600
95591b32f7f230c88813c1d09ef96419332913ce
phpcs fixes in test helper
[ { "change_type": "MODIFY", "old_path": "Test/Mftf-24/Helper/SecureSignInWorkaround.php", "new_path": "Test/Mftf-24/Helper/SecureSignInWorkaround.php", "diff": "@@ -15,9 +15,12 @@ class SecureSignInWorkaround extends Helper\n$magentoWebDriver = $this->getModule('\\Magento\\FunctionalTestingFramework\...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
phpcs fixes in test helper
21,266
01.02.2022 13:37:14
18,000
9e835f683e8c780c009d52d0c8d2f13acf0fddfc
Wait for email field to render before attempting to populate
[ { "change_type": "MODIFY", "old_path": "view/frontend/web/js/view/checkout-address.js", "new_path": "view/frontend/web/js/view/checkout-address.js", "diff": "@@ -13,6 +13,7 @@ define(\n'Magento_Checkout/js/checkout-data',\n'Magento_Checkout/js/model/checkout-data-resolver',\n'Magento_Checkout/js/mod...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-829 - Wait for email field to render before attempting to populate
21,241
07.02.2022 12:22:08
21,600
b58a6b57c64d2df4a98d23940a6c0b1a52afffae
conditionally use phpseclib3 if it is available to generate keys
[ { "change_type": "MODIFY", "old_path": "Model/Config/AutoKeyExchange.php", "new_path": "Model/Config/AutoKeyExchange.php", "diff": "@@ -22,7 +22,6 @@ use Amazon\\Pay\\Model\\AmazonConfig;\nuse Magento\\Framework\\App\\State;\nuse Magento\\Framework\\App\\Cache\\Type\\Config as CacheTypeConfig;\nuse ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-840 - conditionally use phpseclib3 if it is available to generate keys
21,266
16.02.2022 16:02:10
18,000
716577a91bc68887c59c536fd98f2fc59793f9b9
Relax validation for environment-specific keys
[ { "change_type": "MODIFY", "old_path": "view/adminhtml/web/js/validation-mixin.js", "new_path": "view/adminhtml/web/js/validation-mixin.js", "diff": "@@ -51,9 +51,10 @@ define(['jquery'], function ($) {\n$.validator.addMethod(\n'validate-amzn-public-key-id',\nfunction (v) {\n- return (/^[0-9A-Z]{24}...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Relax validation for environment-specific keys
21,241
22.02.2022 17:24:51
21,600
5b5e63ea400a916a94b3c472709a3f2bb814f42b
handle difference in how 2.4.4 reference rendered child jquery widgets
[ { "change_type": "MODIFY", "old_path": "view/frontend/web/js/amazon-product-add.js", "new_path": "view/frontend/web/js/amazon-product-add.js", "diff": "@@ -51,7 +51,12 @@ define([\n//only trigger the amazon button click if the user has chosen to add to cart via this method\nif (addedViaAmazon) {\nad...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-864 - handle difference in how 2.4.4 reference rendered child jquery widgets
21,241
24.02.2022 09:45:52
21,600
0b44a6d0186f562fed59b6d1d7bbb02aa3962dd6
Version bumps for 5.10.1 and update changelog
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "# Change Log\n+## 5.10.1\n+* Added compatibility with Adobe Commerce / Magento Open Source 2.4.4\n+* Fixed an issue with email population\n+* Updated validation on Private Key field to allow SANDBOX- or LIVE-...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Version bumps for 5.10.1 and update changelog
21,241
03.03.2022 09:48:44
21,600
0469fd2414dfaac32b6d499c101cac05360df583
invoke autoloader when detecting which phpseclib to use
[ { "change_type": "MODIFY", "old_path": "Model/Config/AutoKeyExchange.php", "new_path": "Model/Config/AutoKeyExchange.php", "diff": "@@ -272,7 +272,7 @@ class AutoKeyExchange\npublic function generateKeys()\n{\n// Magento 2.4.4 switches to phpseclib3, use that if it exists\n- if (class_exists(\\phpse...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-840 - invoke autoloader when detecting which phpseclib to use
21,241
03.03.2022 10:15:38
21,600
de0ec07ebb341182c1770c7fea3568f6f1b3c7ce
Version bump to 5.11.1
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "# Change Log\n+## 5.11.1\n+* Fixed an issue where autoloader is needed to detect version of phpseclib used\n+\n## 5.11.0\n* Added compatibility with Adobe Commerce / Magento Open Source 2.4.4\n* Fixed an issu...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Version bump to 5.11.1
21,248
10.03.2022 01:03:21
0
f2d91c9f611b0610d420058c526b9bb3738aea64
Initial GraphQl additions, POST methods/mutations
[ { "change_type": "ADD", "old_path": null, "new_path": "Model/Resolver/CompleteCheckoutSession.php", "diff": "+<?php\n+\n+namespace Amazon\\Pay\\Model\\Resolver;\n+\n+use Amazon\\Pay\\Model\\CheckoutSessionManagement;\n+use Magento\\Framework\\GraphQl\\Config\\Element\\Field;\n+use Magento\\Framework...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
APF-320 - Initial GraphQl additions, POST methods/mutations
21,248
10.03.2022 23:39:38
0
fd548f0b26486d9c76644bd4d39bee41a8b53629
Finished initial checkout session api endpoint additions for graphql
[ { "change_type": "ADD", "old_path": null, "new_path": "Model/Resolver/CheckoutSessionConfig.php", "diff": "+<?php\n+\n+namespace Amazon\\Pay\\Model\\Resolver;\n+\n+use Amazon\\Pay\\Model\\CheckoutSessionManagement;\n+use Magento\\Framework\\GraphQl\\Config\\Element\\Field;\n+use Magento\\Framework\\...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
APF-320 - Finished initial checkout session api endpoint additions for graphql
21,248
11.03.2022 00:16:31
0
97fdcd06049e3bfe45ce6bf762b47b3566388e98
Changed config query to list each potential value returned so that they can be cherry picked instead of returning all by default
[ { "change_type": "MODIFY", "old_path": "Model/Resolver/CheckoutSessionConfig.php", "new_path": "Model/Resolver/CheckoutSessionConfig.php", "diff": "@@ -34,8 +34,7 @@ class CheckoutSessionConfig implements ResolverInterface\npublic function resolve(Field $field, $context, ResolveInfo $info, array $va...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
APF-320 - Changed config query to list each potential value returned so that they can be cherry picked instead of returning all by default
21,266
11.03.2022 15:51:51
18,000
07ec785baea1587aba9da8429ff49025884a17f1
Fix display regression/hide APB for restricted products
[ { "change_type": "MODIFY", "old_path": "Block/Config.php", "new_path": "Block/Config.php", "diff": "@@ -62,6 +62,7 @@ class Config extends \\Magento\\Framework\\View\\Element\\Template\n'is_pay_only' => $this->amazonHelper->isPayOnly(),\n'is_lwa_enabled' => $this->isLwaEnabled(),\n'is_guest_checkout...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-884 - Fix display regression/hide APB for restricted products
21,266
11.03.2022 16:01:01
18,000
b4e57339dc82270c9a6abd501960d839eb19a214
Remove error logging in MFTF helpers (out of memory issue)
[ { "change_type": "MODIFY", "old_path": "Test/Mftf-24/Helper/AddToCart.php", "new_path": "Test/Mftf-24/Helper/AddToCart.php", "diff": "@@ -20,7 +20,8 @@ class AddToCart extends Helper\n$remoteWebDriver->wait(30, 100)->until(WebDriverExpectedCondition::elementToBeClickable($addToCart));\n});\n} catch ...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Remove error logging in MFTF helpers (out of memory issue)
21,248
11.03.2022 23:17:36
0
7159f6fb11eb280e0ae3bc677a04a761c24a7f65
Brought a couple responses back in line with the current endpoints responses
[ { "change_type": "MODIFY", "old_path": "Model/Resolver/CheckoutSessionConfig.php", "new_path": "Model/Resolver/CheckoutSessionConfig.php", "diff": "@@ -17,6 +17,9 @@ class CheckoutSessionConfig implements ResolverInterface\n*/\nprivate $checkoutSessionManagement;\n+ /**\n+ * @param CheckoutSessionMa...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
APF-320 - Brought a couple responses back in line with the current endpoints responses
21,248
14.03.2022 22:59:52
0
17912c2ab7649bffc86363333e76d457ccbbe7ec
Updated to mutation and definition for updateCheckoutSession to more closely resemble rest api. Added fix for completeCheckoutSession response
[ { "change_type": "MODIFY", "old_path": "Model/Resolver/CompleteCheckoutSession.php", "new_path": "Model/Resolver/CompleteCheckoutSession.php", "diff": "@@ -39,7 +39,7 @@ class CompleteCheckoutSession implements ResolverInterface\npublic function resolve(Field $field, $context, ResolveInfo $info, arr...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
APF-320 - Updated to mutation and definition for updateCheckoutSession to more closely resemble rest api. Added fix for completeCheckoutSession response
21,248
15.03.2022 19:38:12
0
495804c853eaee5bd912ef2a4c03b2ef73164c09
Updated config response to match new kay value pair response of original endpoint
[ { "change_type": "MODIFY", "old_path": "Model/Resolver/CheckoutSessionConfig.php", "new_path": "Model/Resolver/CheckoutSessionConfig.php", "diff": "@@ -39,7 +39,7 @@ class CheckoutSessionConfig implements ResolverInterface\n$cartId = $args['cartId'] ?? null;\nreturn [\n- 'config' => ($this->checkout...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
APF-320 - Updated config response to match new kay value pair response of original endpoint
21,266
21.03.2022 15:20:38
14,400
1e3c623077c10ec99ff716d581e15de74e85343c
Add MFTF test for products in restricted categories
[ { "change_type": "MODIFY", "old_path": "Model/CheckoutSessionManagement.php", "new_path": "Model/CheckoutSessionManagement.php", "diff": "@@ -423,8 +423,8 @@ class CheckoutSessionManagement implements \\Amazon\\Pay\\Api\\CheckoutSessionManage\n];\nif ($quote) {\n- // Ensure the totals are up to date...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-884 - Add MFTF test for products in restricted categories
21,274
21.03.2022 14:39:12
-3,600
5c6d0c30ba8b5a00d17638f5f82801785146cdfb
fix: Fix visibility of billing address form
[ { "change_type": "MODIFY", "old_path": "view/frontend/web/template/billing-address.html", "new_path": "view/frontend/web/template/billing-address.html", "diff": "<div if=\"isAddressLoaded\" id=\"amazon-billing-address\" class=\"checkout-billing-address\">\n<render args=\"detailsTemplate\"/>\n- <fiel...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
fix: Fix visibility of billing address form
21,266
30.03.2022 09:57:55
14,400
c5748a57ec2507f7c076c82f0e12a9b3308fea26
Add scopes to checkoutButtonPayloads, display billing address details for all regions, associated MFTF test
[ { "change_type": "MODIFY", "old_path": "Model/Adapter/AmazonPayAdapter.php", "new_path": "Model/Adapter/AmazonPayAdapter.php", "diff": "@@ -531,6 +531,7 @@ class AmazonPayAdapter\n'checkoutCancelUrl' => $this->getCancelUrl(),\n],\n'storeId' => $this->amazonConfig->getClientId(),\n+ 'scopes' => ['nam...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Add scopes to checkoutButtonPayloads, display billing address details for all regions, associated MFTF test
21,248
30.03.2022 23:24:32
0
5ac050fc3f3f3eb7439df95094ef1063d9b6b783
Removed composer.json reference to phpunit dependency and removed the single inclusion in the module which was also unused
[ { "change_type": "MODIFY", "old_path": "Helper/Session.php", "new_path": "Helper/Session.php", "diff": "@@ -28,7 +28,6 @@ use Magento\\Quote\\Api\\CartManagementInterface;\nuse Magento\\Quote\\Api\\CartRepositoryInterface;\nuse Magento\\Quote\\Api\\Data\\CartInterface;\nuse Magento\\Quote\\Model\\Ma...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-894 - Removed composer.json reference to phpunit dependency and removed the single inclusion in the module which was also unused
21,248
31.03.2022 18:54:55
0
674439f76cb85db30ebcbb8cb0707a925b297fdb
Updated setCustomerLink output to properly encapsulate the potential data
[ { "change_type": "MODIFY", "old_path": "Model/Resolver/SetCustomerLink.php", "new_path": "Model/Resolver/SetCustomerLink.php", "diff": "@@ -48,7 +48,9 @@ class SetCustomerLink implements ResolverInterface\nthrow new GraphQlInputException(__('Required parameter \"password\" is missing'));\n}\n- retur...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
APF-320 - Updated setCustomerLink output to properly encapsulate the potential data
21,248
31.03.2022 19:15:04
0
5a19a2e01352f4fc214fd69ab4b4df31bfbf1a34
Encoded string to preserve keys in the general response
[ { "change_type": "MODIFY", "old_path": "Model/Resolver/SetCustomerLink.php", "new_path": "Model/Resolver/SetCustomerLink.php", "diff": "@@ -49,7 +49,7 @@ class SetCustomerLink implements ResolverInterface\n}\nreturn [\n- 'response' => array_merge(...$this->checkoutSessionManagementModel->setCustomer...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
APF-320 - Encoded string to preserve keys in the general response
21,266
01.04.2022 11:51:58
14,400
ed02cd2305f93fddcb08effab9e550c9f0a4c245
Exclude orders with Canceled status when checking canSubmitQuote in completeCheckoutSession
[ { "change_type": "MODIFY", "old_path": "Model/CheckoutSessionManagement.php", "new_path": "Model/CheckoutSessionManagement.php", "diff": "@@ -336,7 +336,8 @@ class CheckoutSessionManagement implements \\Amazon\\Pay\\Api\\CheckoutSessionManage\n$orderCollection = $this->orderCollectionFactory->create...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-896 - Exclude orders with Canceled status when checking canSubmitQuote in completeCheckoutSession
21,248
01.04.2022 18:20:32
0
ef4a88b78975ca013e77402defceabdb5e79aef8
Updated output data to be more graphql intuitive
[ { "change_type": "MODIFY", "old_path": "Model/Resolver/CheckoutSessionConfig.php", "new_path": "Model/Resolver/CheckoutSessionConfig.php", "diff": "@@ -38,8 +38,6 @@ class CheckoutSessionConfig implements ResolverInterface\n{\n$cartId = $args['cartId'] ?? null;\n- return [\n- 'config' => json_encode...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
APF-320 - Updated output data to be more graphql intuitive
21,248
01.04.2022 18:44:01
0
3cb675a24b2341a578f29d9a3358b6c7bcf61902
Updated return value types to accurately reflect the true data types
[ { "change_type": "MODIFY", "old_path": "etc/schema.graphqls", "new_path": "etc/schema.graphqls", "diff": "@@ -33,12 +33,12 @@ type CheckoutSessionConfigOutput {\ncheckout_payload: String\ncheckout_signature: String\ncurrency: String\n- sandbox: String\n+ sandbox: Boolean\nlanguage: String\nlogin_pay...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
APF-320 - Updated return value types to accurately reflect the true data types
21,248
01.04.2022 21:16:49
0
5e038dcd95ed9eb4828e7316e2e1bc9d38a634ac
Few more corrections/updates to various admin strings and translations
[ { "change_type": "MODIFY", "old_path": "view/adminhtml/templates/system/config/autokeyexchange_admin.phtml", "new_path": "view/adminhtml/templates/system/config/autokeyexchange_admin.phtml", "diff": "<div id=\"autokeyexchange-hint\">\n<?= $block->escapeHtml(\n__(\n- \"You'll be connecting/registerin...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-674 - Few more corrections/updates to various admin strings and translations
21,266
05.04.2022 13:32:29
14,400
2d32f12551db7410b2bd795be2eb33fa06c2a46b
Remove self-closing tags in templates due to jQuery upgrade in 2.4.4
[ { "change_type": "MODIFY", "old_path": "view/frontend/web/template/billing-address.html", "new_path": "view/frontend/web/template/billing-address.html", "diff": "<div if=\"isAddressLoaded\" id=\"amazon-billing-address\" class=\"checkout-billing-address\">\n- <render args=\"detailsTemplate\"/>\n+ <re...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Remove self-closing tags in templates due to jQuery upgrade in 2.4.4
21,241
06.04.2022 17:23:39
18,000
f7eb2a7e999e6047f09e7d93b69f640061eb1e30
phpcs updates
[ { "change_type": "MODIFY", "old_path": "Controller/Checkout/CompleteSession.php", "new_path": "Controller/Checkout/CompleteSession.php", "diff": "@@ -104,7 +104,8 @@ class CompleteSession extends \\Magento\\Framework\\App\\Action\\Action\nreturn $this->_redirect('checkout/cart', ['_scope' => $scope]...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-674 - phpcs updates
21,241
07.04.2022 17:57:30
18,000
402364d4361c26596d5f714c0e4226b273727929
Version bump to 5.12.0 and update changelog
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -48,7 +48,7 @@ The following table provides an overview on which Git branch is compatible to wh\nMagento Version | Github Branch | Latest release\n---|---|---\n2.2.6 - 2.2.11 (EOL) | [V2checkout-1.2.x](https://g...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Version bump to 5.12.0 and update changelog
21,266
13.04.2022 14:13:55
14,400
53aa518cfed6ed3588096a9b6916363305d6f80d
Separate checkout button rendering from checkout initiation; - Optionally split payloads/signatures from config response
[ { "change_type": "MODIFY", "old_path": "Api/CheckoutSessionManagementInterface.php", "new_path": "Api/CheckoutSessionManagementInterface.php", "diff": "@@ -22,9 +22,16 @@ interface CheckoutSessionManagementInterface\n{\n/**\n* @param string|null $cartId\n+ * @param boolean $omitPayloads\n* @return m...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-889 - Separate checkout button rendering from checkout initiation; ASD-888 - Optionally split payloads/signatures from config response
21,266
14.04.2022 15:09:05
14,400
191b32cf144f9f93e2bddf376706f7a11d17eb0c
Return error messages from /completeCheckoutSession as strings to avoid 'Class x doesn't exist' error through the API
[ { "change_type": "MODIFY", "old_path": "Api/CheckoutSessionManagementInterface.php", "new_path": "Api/CheckoutSessionManagementInterface.php", "diff": "@@ -54,7 +54,7 @@ interface CheckoutSessionManagementInterface\n/**\n* @param mixed $amazonSessionId\n* @param mixed|null $cartId\n- * @return int\n...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-898 - Return error messages from /completeCheckoutSession as strings to avoid 'Class x doesn't exist' error through the API
21,248
19.04.2022 19:27:15
0
a5c5de501cac277a88ba6e4e2768110d7968444a
Replaced array_merge spread operator with a more backwards compatible php method
[ { "change_type": "MODIFY", "old_path": "Model/Resolver/CheckoutSessionConfig.php", "new_path": "Model/Resolver/CheckoutSessionConfig.php", "diff": "@@ -38,6 +38,9 @@ class CheckoutSessionConfig implements ResolverInterface\n{\n$cartId = $args['cartId'] ?? null;\n- return array_merge(...$this->checko...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
APF-320 - Replaced array_merge spread operator with a more backwards compatible php method
21,248
19.04.2022 19:36:21
0
638870649c29f3baa00ded6575ef819227869a2a
Added syntax sniffer based fixes
[ { "change_type": "MODIFY", "old_path": "Model/Resolver/CheckoutSessionDetails.php", "new_path": "Model/Resolver/CheckoutSessionDetails.php", "diff": "@@ -61,7 +61,6 @@ class CheckoutSessionDetails implements ResolverInterface\n];\n}\n-\n/**\n* @param $amazonSessionId\n* @param $queryType\n@@ -85,6 +...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
APF-320 - Added syntax sniffer based fixes
21,241
04.05.2022 20:20:59
18,000
c3904776a4adc4249701e058210d515dbbdae120
Version bump to 5.13.0 and update changelog
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "# Change Log\n+## 5.13.0\n+* Added Graphql support\n+* Added endpoints to fetch individual config types\n+* Change how buttons are rendered so they are not blocked waiting for config\n+* Fixed an error when u...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Version bump to 5.13.0 and update changelog
21,266
05.05.2022 11:06:42
14,400
6962ebf50669841e65f87a368ff7d6cac55d9cba
Correct config retrieval for Amazon Sign In
[ { "change_type": "MODIFY", "old_path": "Controller/Checkout/Config.php", "new_path": "Controller/Checkout/Config.php", "diff": "@@ -46,7 +46,7 @@ class Config extends \\Magento\\Framework\\App\\Action\\Action\n*/\npublic function execute()\n{\n- $omitPayloads = isset($this->getRequest()->getParams()...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Correct config retrieval for Amazon Sign In
21,266
24.05.2022 15:34:17
14,400
fc48072ed0c4772b00bd5ab4c327a43743f3ea1f
Account for whitespace/newline trimming on responses from MagentoWebDriver's magentoCLI() function
[ { "change_type": "MODIFY", "old_path": "Test/Mftf-24/Test/AmazonCheckoutSuccessTest.xml", "new_path": "Test/Mftf-24/Test/AmazonCheckoutSuccessTest.xml", "diff": "<grabTextFrom selector=\"{{CheckoutSuccessMainSection.orderNumber}}\" stepKey=\"orderNumber\" />\n<magentoCLI command=\"amazon:payment:sal...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Account for whitespace/newline trimming on responses from MagentoWebDriver's magentoCLI() function
21,266
26.05.2022 09:00:41
14,400
ca853189717b9f750a5a62e60fc9597da22a9d08
Adjust GraphQL config query to match rest endpoint behavior w/ omitPayloads
[ { "change_type": "MODIFY", "old_path": "Model/Resolver/CheckoutSessionConfig.php", "new_path": "Model/Resolver/CheckoutSessionConfig.php", "diff": "@@ -37,8 +37,9 @@ class CheckoutSessionConfig implements ResolverInterface\npublic function resolve(Field $field, $context, ResolveInfo $info, array $va...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
GH-1129 - Adjust GraphQL config query to match rest endpoint behavior w/ omitPayloads
21,266
26.05.2022 10:41:18
14,400
872e2f5ee2ee3328602b63adf0c36478885b4f32
Add logging if declined payment has no associated charge permission ID, skip call to closeChargePermission
[ { "change_type": "MODIFY", "old_path": "Model/AsyncManagement/Charge.php", "new_path": "Model/AsyncManagement/Charge.php", "diff": "@@ -208,12 +208,19 @@ class Charge extends AbstractOperation\n}\nif ($order->canHold() || $order->isPaymentReview()) {\n$this->closeLastTransaction($order);\n+ $chargeP...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Add logging if declined payment has no associated charge permission ID, skip call to closeChargePermission
21,266
27.05.2022 09:12:22
14,400
50720f6629c5c8db476f9e6e4005ae03469fd185
Retrieve fresh button config when store view changes
[ { "change_type": "MODIFY", "old_path": "view/frontend/web/js/action/checkout-session-config-load.js", "new_path": "view/frontend/web/js/action/checkout-session-config-load.js", "diff": "@@ -22,10 +22,15 @@ define([\n], function ($, _, remoteStorage, url, customerData) {\n'use strict';\n+ const stora...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Retrieve fresh button config when store view changes
21,241
02.06.2022 10:59:19
18,000
c0c09af0e8b298dc1cbcef87c397bf75f8cfba8a
Version bump to 5.13.1 and update changelog
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -48,7 +48,7 @@ The following table provides an overview on which Git branch is compatible to wh\nMagento Version | Github Branch | Latest release\n---|---|---\n2.2.6 - 2.2.11 (EOL) | [V2checkout-1.2.x](https://g...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Version bump to 5.13.1 and update changelog
21,266
21.06.2022 13:20:17
14,400
0611216ddf32626bf8f8525bbf489bb88f58f820
Remove characters from Amazon account buyerName if they violate Magento customer name validations
[ { "change_type": "MODIFY", "old_path": "Model/CustomerLinkManagement.php", "new_path": "Model/CustomerLinkManagement.php", "diff": "@@ -95,9 +95,10 @@ class CustomerLinkManagement implements \\Amazon\\Pay\\Api\\CustomerLinkManagementIn\npublic function create(AmazonCustomerInterface $amazonCustomer)...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-929 - Remove characters from Amazon account buyerName if they violate Magento customer name validations
21,266
22.06.2022 09:24:33
14,400
bc024b921bed2b58226b0fadd88ea7e9e23176f4
Update ExceptionLogger to be compatible with Monolog 2.x and above
[ { "change_type": "MODIFY", "old_path": "Logger/ExceptionLogger.php", "new_path": "Logger/ExceptionLogger.php", "diff": "@@ -28,6 +28,6 @@ class ExceptionLogger\npublic function logException(\\Exception $e)\n{\n$message = (string) $e;\n- $this->logger->addError($message);\n+ $this->logger->error($mes...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-932 - Update ExceptionLogger to be compatible with Monolog 2.x and above
21,266
14.07.2022 09:43:23
14,400
d6ff2a803135088bff27bf1265c5020c3a0b4e6e
Prompt for billing address in APB flow when product type is pay only
[ { "change_type": "MODIFY", "old_path": "Model/CheckoutSessionManagement.php", "new_path": "Model/CheckoutSessionManagement.php", "diff": "@@ -738,19 +738,6 @@ class CheckoutSessionManagement implements \\Amazon\\Pay\\Api\\CheckoutSessionManage\n}\nif ($amazonSession['productType'] == 'PayOnly') {\n-...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-849 - Prompt for billing address in APB flow when product type is pay only
21,266
14.07.2022 10:10:05
14,400
74ba054e14e9bdfb598d19c29be178f331b78ae4
Add mixin on Magento_PurchaseOrder address renderer if B2B extensions are installed
[ { "change_type": "MODIFY", "old_path": "view/frontend/requirejs-config.js", "new_path": "view/frontend/requirejs-config.js", "diff": "@@ -31,6 +31,9 @@ var config = {\n'Magento_Checkout/js/view/shipping-address/address-renderer/default': {\n'Amazon_Pay/js/view/shipping-address/address-renderer/defau...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-917 - Add mixin on Magento_PurchaseOrder address renderer if B2B extensions are installed
21,266
20.07.2022 15:35:58
14,400
15dbf4b363b79b29682f2f25dd6434c1d913ab2e
Add estimatedOrderAmount to checkout button payload, use updateButtonInfo when there are changes to cart
[ { "change_type": "MODIFY", "old_path": "Block/Config.php", "new_path": "Block/Config.php", "diff": "@@ -62,7 +62,8 @@ class Config extends \\Magento\\Framework\\View\\Element\\Template\n'is_pay_only' => $this->amazonHelper->isPayOnly(),\n'is_lwa_enabled' => $this->isLwaEnabled(),\n'is_guest_checkout...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-943 - Add estimatedOrderAmount to checkout button payload, use updateButtonInfo when there are changes to cart
21,269
21.07.2022 11:01:38
21,600
e76d2fd4c37da349affc78071486c60d8487c834
asd-946 hide AKE options for JPY-ja
[ { "change_type": "MODIFY", "old_path": "view/adminhtml/templates/system/config/autokeyexchange_admin.phtml", "new_path": "view/adminhtml/templates/system/config/autokeyexchange_admin.phtml", "diff": "*/\n/* @var \\Amazon\\Pay\\Block\\Adminhtml\\System\\Config\\AutoKeyExchangeAdmin $block */\n+$curre...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
asd-946 hide AKE options for JPY-ja
21,266
22.07.2022 12:15:33
14,400
56184fd53ae4ef5f7b1abfd5b2ca1a82bf7e3809
Remove js dependency that accesses window.checkoutConfig when not on checkout page
[ { "change_type": "MODIFY", "old_path": "view/frontend/web/js/amazon-button.js", "new_path": "view/frontend/web/js/amazon-button.js", "diff": "@@ -24,7 +24,6 @@ define([\n'Magento_Checkout/js/model/payment/additional-validators',\n'mage/storage',\n'Magento_Checkout/js/model/error-processor',\n- 'Mage...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-849 - Remove js dependency that accesses window.checkoutConfig when not on checkout page
21,269
22.07.2022 11:22:59
21,600
9db636c44641f45e6589eeeaee2c52a5a6ebb7b9
asd-946 add null check before strtoupper call
[ { "change_type": "MODIFY", "old_path": "Block/Adminhtml/System/Config/AutoKeyExchangeAdmin.php", "new_path": "Block/Adminhtml/System/Config/AutoKeyExchangeAdmin.php", "diff": "@@ -58,6 +58,8 @@ class AutoKeyExchangeAdmin extends \\Magento\\Framework\\View\\Element\\Template\n*/\npublic function getC...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
asd-946 add null check before strtoupper call
21,241
22.07.2022 13:54:47
18,000
69a01a72787b74fefe02a5c80f0ed84d8cc21ac9
Version bump to 5.14.0 and update changelog
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -48,7 +48,7 @@ The following table provides an overview on which Git branch is compatible to wh\nMagento Version | Github Branch | Latest release\n---|---|---\n2.2.6 - 2.2.11 (EOL) | [V2checkout-1.2.x](https://g...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Version bump to 5.14.0 and update changelog
21,266
22.08.2022 13:58:08
14,400
6574b8eab3a6bd079144f1943135962f8fb543ac
Add estimated order amount to button render/updates, remove decoupled render/checkout
[ { "change_type": "MODIFY", "old_path": "Api/CheckoutSessionManagementInterface.php", "new_path": "Api/CheckoutSessionManagementInterface.php", "diff": "@@ -22,16 +22,9 @@ interface CheckoutSessionManagementInterface\n{\n/**\n* @param string|null $cartId\n- * @param boolean $omitPayloads\n* @return m...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
ASD-943 - Add estimated order amount to button render/updates, remove decoupled render/checkout
21,266
24.08.2022 09:20:28
14,400
3392cbb0bfb1c7158138293ede920a0bcb255e56
Version bump to 5.14.1 and update changelog
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "# Change Log\n+## 5.14.1\n+* Changed how buttons are rendered for compatibility with estimated order amount feature\n+* Removed estimated order amount from PDP button\n+\n## 5.14.0\n* Added configurable optio...
PHP
Apache License 2.0
amzn/amazon-payments-magento-2-plugin
Version bump to 5.14.1 and update changelog
737,825
19.12.2019 22:11:59
-28,800
ebff8c8f14559928cb5365152770d20aa5082221
Add personal infomation
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "@@ -14,3 +14,4 @@ Gemfile.lock\nnode_modules\nnpm-debug.log*\nvendor/bundle\n+.idea\n" }, { "change_type": "MODIFY", "old_path": "_config.yml", "new_path": "_config.yml", "diff": "# theme : \"...
JavaScript
MIT License
worldwonderer/worldwonderer.github.io
Add personal infomation
737,825
19.12.2019 22:25:29
-28,800
439fc9e7b57e83f36112573dfeb01135b7b6a417
Add proxy tower post
[ { "change_type": "MODIFY", "old_path": "_config.yml", "new_path": "_config.yml", "diff": "@@ -21,7 +21,7 @@ title_separator : \"-\"\nsubtitle : # site tagline that appears below site title in masthead\nname : \"P\"\ndescription : \"Reverse engineering | Web crawler\"\n-url : # the base hostname & pr...
JavaScript
MIT License
worldwonderer/worldwonderer.github.io
Add proxy tower post
737,825
19.12.2019 22:30:13
-28,800
d564e937687aff5c82976c14b70acd0b7e098b28
Delete navigation.yml
[ { "change_type": "DELETE", "old_path": "_data/navigation.yml", "new_path": null, "diff": "-# main links\n-main:\n- - title: \"Quick-Start Guide\"\n- url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/\n- # - title: \"About\"\n- # url: https://mmistakes.github.io/minimal-mistake...
JavaScript
MIT License
worldwonderer/worldwonderer.github.io
Delete navigation.yml
737,825
19.12.2019 23:41:50
-28,800
6b5d9bad44f59fb867aa8edc834f0e6af2c01feb
Add extract_picture tool
[ { "change_type": "ADD", "old_path": "assets/images/20191219/0.jpg", "new_path": "assets/images/20191219/0.jpg", "diff": "Binary files /dev/null and b/assets/images/20191219/0.jpg differ\n" }, { "change_type": "ADD", "old_path": "assets/images/20191219/1.jpg", "new_path": "assets/imag...
JavaScript
MIT License
worldwonderer/worldwonderer.github.io
Add extract_picture tool
737,825
16.02.2020 23:18:07
-28,800
7d66167c22cd92ce02b9460af6fa36fc452d1041
Remove subtitle and change words_per_minute
[ { "change_type": "MODIFY", "old_path": "_config.yml", "new_path": "_config.yml", "diff": "@@ -18,7 +18,7 @@ minimal_mistakes_skin : \"sunrise\" # \"air\", \"aqua\", \"contrast\", \"dark\", \"dirt\"\nlocale : \"en-US\"\ntitle : \"World Wonderer\"\ntitle_separator : \"-\"\n-subtitle : \"Reverse engine...
JavaScript
MIT License
worldwonderer/worldwonderer.github.io
Remove subtitle and change words_per_minute
737,825
16.02.2020 23:20:44
-28,800
acae37b0efc3a5291c77c5b46a3b525c1f68cee2
Remove logo and change words_per_minute
[ { "change_type": "MODIFY", "old_path": "_config.yml", "new_path": "_config.yml", "diff": "@@ -25,10 +25,10 @@ url : \"https://worldwonderer.github.io/\"\nbaseurl : # the subpath of your site, e.g. \"/blog\"\nrepository : # GitHub username/repo-name e.g. \"mmistakes/minimal-mistakes\"\nteaser : # pat...
JavaScript
MIT License
worldwonderer/worldwonderer.github.io
Remove logo and change words_per_minute
258,422
27.02.2020 01:37:29
18,000
46d2b087ab71dd76376b08524c9312d91e141476
Add disclaimer to report.
[ { "change_type": "MODIFY", "old_path": "analysis/report_templates/default.html", "new_path": "analysis/report_templates/default.html", "diff": "<!-- Import Materialize CSS -->\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css\">\n+ <!--...
Python
Apache License 2.0
google/fuzzbench
Add disclaimer to report. (#3)
258,388
27.02.2020 18:32:26
28,800
4d66f458cbc88aae71db3f09224773f9f3feccc2
Remove `$ ` from in front of bash commands. It makes copy-paste harder.
[ { "change_type": "MODIFY", "old_path": "docs/README.md", "new_path": "docs/README.md", "diff": "@@ -4,19 +4,19 @@ Use the following instructions to make documentation changes locally.\n## Prerequisites\n```bash\n-$ sudo apt install ruby bundler\n-$ bundle install --path vendor/bundle\n+sudo apt inst...
Python
Apache License 2.0
google/fuzzbench
Remove `$ ` from in front of bash commands. (#6) It makes copy-paste harder.
258,388
28.02.2020 11:28:26
28,800
731fb10ddf364527ed18c84d61177aeb63611a31
Add .pytype to .gitignore
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "# See the License for the specific language governing permissions and\n# limitations under the License.\n-# Byte-compiled / optimized / DLL files\n+# Byte-compiled / optimized / DLL files.\n__pycache__/\n*.py[cod...
Python
Apache License 2.0
google/fuzzbench
Add .pytype to .gitignore (#10)
258,388
28.02.2020 13:08:06
28,800
ea3129e7e02255ca664083705512b277a1ac2040
[docs] Add docs on setting up a google cloud project. Also define what an experiment is and improve the running_an_experiment.md doc.
[ { "change_type": "MODIFY", "old_path": "docs/advanced-topics/running_an_experiment.md", "new_path": "docs/advanced-topics/running_an_experiment.md", "diff": "layout: default\ntitle: Running an experiment\nparent: Advanced topics\n-nav_order: 1\n+nav_order: 3\npermalink: /advanced-topics/running-an-e...
Python
Apache License 2.0
google/fuzzbench
[docs] Add docs on setting up a google cloud project. (#2) Also define what an experiment is and improve the running_an_experiment.md doc.
258,388
28.02.2020 13:28:14
28,800
967034864334f54796f0db375e0a3e8855bc191a
[make] Fix target for all benchmarks from one fuzzer It should be make build-afl-all not build-all-afl
[ { "change_type": "MODIFY", "old_path": "docker/build.mk", "new_path": "docker/build.mk", "diff": "@@ -19,7 +19,7 @@ OSS_FUZZ_PROJECTS := $(notdir $(shell find benchmarks -type f -name oss-fuzz.yam\nBASE_TAG := gcr.io/fuzzbench\n-build-all: $(addprefix build-all-,$(FUZZERS))\n+build-all: $(addsuffix ...
Python
Apache License 2.0
google/fuzzbench
[make] Fix target for all benchmarks from one fuzzer (#11) It should be make build-afl-all not build-all-afl
258,388
28.02.2020 14:34:27
28,800
8e9116763768c2494066687c4402e63555245658
Remove $ from more bash commands
[ { "change_type": "MODIFY", "old_path": "docs/getting-started/adding_a_new_benchmark.md", "new_path": "docs/getting-started/adding_a_new_benchmark.md", "diff": "@@ -21,9 +21,9 @@ subdirectory will be the name of the benchmark. The benchmark name can contain\nalphanumeric characters, dots, hyphens and...
Python
Apache License 2.0
google/fuzzbench
Remove $ from more bash commands (#16)
258,388
28.02.2020 14:36:54
28,800
aec55a6dad94246bc1f69fd3df831091ddd8a7f6
Improve docs Make miscellaneous improvements based on feedback.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -10,9 +10,8 @@ techniques.\nFuzzBench provides:\n* An easy API for integrating fuzzers.\n-* Benchmarks from real-world projects, adding an\n- [OSS-Fuzz](https://github.com/google/oss-fuzz) benchmark is a three-l...
Python
Apache License 2.0
google/fuzzbench
Improve docs (#15) Make miscellaneous improvements based on feedback.