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,244 | 28.05.2020 22:52:22 | 0 | 09dcecf3ae7cf8c0d872d83a237e83fd3dfca302 | Fixed Displaying Billing Address On Payment Page | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Plugin/CheckoutProcessor.php",
"new_path": "src/PayV2/Plugin/CheckoutProcessor.php",
"diff": "@@ -23,29 +23,21 @@ class CheckoutProcessor\nprivate $amazonConfig;\n/**\n- * @var \\Amazon\\PayV2\\Helper\\Data\n+ * @var \\Magento\\Checkout\\Helper\\Data... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-370: Fixed Displaying Billing Address On Payment Page |
21,244 | 01.06.2020 18:39:42 | 0 | 5deca7c1c50cdc3a25510c1df6ec8c8d5e5b814e | Implemented closing charges if order creation fails | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/Adapter/AmazonPayV2Adapter.php",
"new_path": "src/PayV2/Model/Adapter/AmazonPayV2Adapter.php",
"diff": "@@ -295,6 +295,25 @@ class AmazonPayV2Adapter\nreturn $this->processResponse($response, __FUNCTION__);\n}\n+ /**\n+ * @param int $storeId\n+... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-391: Implemented closing charges if order creation fails |
21,244 | 03.06.2020 23:36:46 | 0 | 46017627ea718151b0fdcd8857ae863167a57a88 | Fixed payment methods rendering | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Plugin/CheckoutProcessor.php",
"new_path": "src/PayV2/Plugin/CheckoutProcessor.php",
"diff": "@@ -62,8 +62,6 @@ class CheckoutProcessor\n$shippingConfig['children']['address-list']['rendererTemplates']['new-customer-address']\n['component'] = 'Amazon... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-395: Fixed payment methods rendering |
21,244 | 05.06.2020 20:41:54 | 0 | c7d6f55400f6e5a9139ce67017e88b267608248b | Refactored button rendering, implemented REST API GET config method | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Api/CheckoutSessionManagementInterface.php",
"new_path": "src/PayV2/Api/CheckoutSessionManagementInterface.php",
"diff": "@@ -20,6 +20,12 @@ namespace Amazon\\PayV2\\Api;\n*/\ninterface CheckoutSessionManagementInterface\n{\n+ /**\n+ * @param mixed $... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-334: Refactored button rendering, implemented REST API GET config method |
21,244 | 05.06.2020 22:56:28 | 0 | fa865ac1fd4c5cdd26c7762648ccb847f1379b51 | Fixed Terms & Conditions validation | [
{
"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": "@@ -8,6 +8,7 @@ define(\n'Magento_Checkout/js/checkout-data',\n'... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-372: Fixed Terms & Conditions validation |
21,262 | 09.06.2020 09:57:03 | 25,200 | 8f119ce33c2063ad1136b0d175fb1e2e6e05f19e | Fixed createCheckoutSession return type | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Api/CheckoutSessionManagementInterface.php",
"new_path": "src/PayV2/Api/CheckoutSessionManagementInterface.php",
"diff": "@@ -28,7 +28,7 @@ interface CheckoutSessionManagementInterface\n/**\n* @param mixed $cartId\n- * @return string\n+ * @return mix... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-287: Fixed createCheckoutSession return type (#723) |
21,244 | 10.06.2020 20:26:34 | 0 | 5629fa9e0c72df1f8c88b3cb214315dc72090c14 | Clearing checkout data | [
{
"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": "@@ -67,6 +67,16 @@ define(\nif (response === true) {\ncheckoutSessionUpdateAction(function (redirectUrl) {\ncustomerData.invalid... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-366: Clearing checkout data |
21,244 | 11.06.2020 21:59:54 | 0 | 71b1c7455d24f877b412ab354f592d235697c2d5 | Triggering email availability check | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/view/frontend/web/js/view/checkout-address.js",
"new_path": "src/PayV2/view/frontend/web/js/view/checkout-address.js",
"diff": "@@ -149,7 +149,7 @@ define(\n* @param email\n*/\nsetEmail: function(email) {\n- $('#customer-email').val(email);\n+ $('#cu... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-366: Triggering email availability check |
21,258 | 15.06.2020 11:06:13 | 25,200 | 642b92c75ec16781f7bcc4066cc961d326c24c1e | version increase 2.0.3 | [
{
"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.2\",\n+ \"version\": ... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | version increase 2.0.3 (#753)
Co-authored-by: Shah <tarishah@f45c898ce31f.ant.amazon.com> |
21,244 | 18.06.2020 16:40:20 | 0 | d15f80308342644c631368f131f797714568e6c0 | Charge on Shipment after 7 Days (Pending Charge) | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/PayV2/Command/Async/ProcessCommand.php",
"diff": "+<?php\n+\n+namespace Amazon\\PayV2\\Command\\Async;\n+\n+use Amazon\\PayV2\\Api\\Data\\AsyncInterface;\n+use Magento\\Framework\\Data\\Collection;\n+use Symfony\\Component\\Console\\Command\... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-389: Charge on Shipment after 7 Days (Pending Charge) |
21,244 | 19.06.2020 17:06:00 | 0 | 30125b5245e5af12a378e9147b9398acc6481ebe | Fixed scenarios when guest logging in on the checkout | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Api/Data/CheckoutSessionInterface.php",
"new_path": "src/PayV2/Api/Data/CheckoutSessionInterface.php",
"diff": "@@ -42,6 +42,12 @@ interface CheckoutSessionInterface\n*/\npublic function getQuoteId();\n+ /**\n+ * @param int $value\n+ * @return $this\... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-409: Fixed scenarios when guest logging in on the checkout |
21,244 | 22.06.2020 21:07:42 | 0 | a98a9f00718a8cc0f05fd2ed75aafc27870ea8be | Implemented Address Restrictions | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/Adapter/AmazonPayV2Adapter.php",
"new_path": "src/PayV2/Model/Adapter/AmazonPayV2Adapter.php",
"diff": "@@ -122,6 +122,10 @@ class AmazonPayV2Adapter\n'storeId' => $this->amazonConfig->getClientId(),\n'platformId' => $this->amazonConfig->getPla... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-343: Implemented Address Restrictions |
21,244 | 25.06.2020 17:37:39 | 0 | bc5bb0c6e15fc974221ce10352d1eec4a2a14236 | Button Color Switcher | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/AmazonConfig.php",
"new_path": "src/PayV2/Model/AmazonConfig.php",
"diff": "@@ -142,6 +142,16 @@ class AmazonConfig\nreturn $this->getPaymentRegion($scope, $scopeCode);\n}\n+ /**\n+ * @param string $scope\n+ * @param string $scopeCode\n+ * @ret... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-420: Button Color Switcher |
21,244 | 26.06.2020 22:46:01 | 0 | e6945f4951670bc2eb6e0f7357871fc4a395cad7 | Address Restrictions improvement: PO Boxes and PackStations | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/AmazonConfig.php",
"new_path": "src/PayV2/Model/AmazonConfig.php",
"diff": "@@ -589,6 +589,16 @@ class AmazonConfig\n],\n];\n}\n+ $specialRestrictions = [];\n+ if ($this->scopeConfig->getValue('payment/amazon_payment_v2/shipping_restrict_po_box... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-415: Address Restrictions improvement: PO Boxes and PackStations |
21,261 | 29.06.2020 18:42:54 | -7,200 | d35c2cec92c2e0cf3d29c4cacb59c92af1e1b6ec | version increase to 2.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\": \"2.0.3\",\n+ \"version\": ... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | version increase to 2.1.0 |
21,244 | 01.07.2020 16:54:17 | 0 | 99418c1bd16584d85ba8af08cdc0b870118e51b9 | Deleted Store Name fallback | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/Adapter/AmazonPayV2Adapter.php",
"new_path": "src/PayV2/Model/Adapter/AmazonPayV2Adapter.php",
"diff": "@@ -177,7 +177,7 @@ class AmazonPayV2Adapter\n],\n'merchantMetadata' => [\n'merchantReferenceId' => $quote->getReservedOrderId(),\n- 'mercha... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-434: Deleted Store Name fallback |
21,244 | 02.07.2020 22:30:23 | 0 | 45689c7917dc1e134edc433dedcf93562b95fcc1 | Updated billing address visibility | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Block/Config.php",
"new_path": "src/PayV2/Block/Config.php",
"diff": "@@ -59,7 +59,6 @@ class Config extends \\Magento\\Framework\\View\\Element\\Template\n'region' => $this->amazonConfig->getRegion(),\n'code' => \\Amazon\\PayV2\\Gateway\\Config\\Con... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-401: Updated billing address visibility |
21,261 | 08.07.2020 12:39:09 | -7,200 | c56c662298b584b86612716be981b11e4dfb4e22 | version increase to 2.1.1 | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -52,5 +52,5 @@ The following table provides an overview on which Git branch is compatible to wh\n| Magento Version | Github Branch | Latest release |\n| ------------- | ------------- | ------------- |\n-| 2.2.4 ... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | version increase to 2.1.1 |
21,263 | 10.07.2020 14:21:50 | 25,200 | f30ce5b88ac6ae2aa758879634642dbda248a9b5 | version increase 2.1.2 | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -53,4 +53,4 @@ The following table provides an overview on which Git branch is compatible to wh\n| Magento Version | Github Branch | Latest release |\n| ------------- | ------------- | ------------- |\n| 2.2.4 -... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | version increase 2.1.2 |
21,244 | 10.07.2020 19:59:58 | 25,200 | 020bd319117084242b01bfa777d290fec02aecf6 | Fixed local storage initialization | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/view/frontend/web/js/action/checkout-session-config-load.js",
"new_path": "src/PayV2/view/frontend/web/js/action/checkout-session-config-load.js",
"diff": "@@ -23,15 +23,21 @@ define([\n'use strict';\nvar callbacks = [];\n- var localStorage = $.initN... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-432: Fixed local storage initialization |
21,244 | 13.07.2020 18:16:34 | 0 | a94663cbb8fb3a20d7fa0cddda01f622c80fef7c | Fixed tooltip visibility | [
{
"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": ".lib-css(background, @sidebar__background-color);\n}\n}\n- .amazon-button-column-tooltip {\n- display: none;\n+ .amazon-button-col... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-334: Fixed tooltip visibility |
21,261 | 20.07.2020 11:43:23 | -7,200 | 4704aacf6410716f3870d01ce653796becd168fb | version increase to 2.1.3 | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -53,4 +53,4 @@ The following table provides an overview on which Git branch is compatible to wh\n| Magento Version | Github Branch | Latest release |\n| ------------- | ------------- | ------------- |\n| 2.2.6 -... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | version increase to 2.1.3 |
21,244 | 23.07.2020 23:07:15 | 0 | d00f9094057a7d56352e4ee764e9863109f46357 | Implemented hiding Amazon Pay for restricted products | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Block/Config.php",
"new_path": "src/PayV2/Block/Config.php",
"diff": "@@ -70,6 +70,6 @@ class Config extends \\Magento\\Framework\\View\\Element\\Template\n*/\npublic function isEnabled()\n{\n- return $this->amazonConfig->isEnabled();\n+ return $this... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-437: Implemented hiding Amazon Pay for restricted products |
21,244 | 24.07.2020 00:26:43 | 0 | e2d4f89e1cb125eba4d7701d86325a48d3d5fca3 | Fixed retrieving restricted category ids | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/AmazonConfig.php",
"new_path": "src/PayV2/Model/AmazonConfig.php",
"diff": "@@ -544,7 +544,8 @@ class AmazonConfig\n*/\npublic function getRestrictedCategoryIds($scope = ScopeInterface::SCOPE_STORE, $scopeCode = null)\n{\n- return explode(',', ... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-437: Fixed retrieving restricted category ids |
21,244 | 24.07.2020 00:53:18 | 0 | efd1ce3cb9a236b2e73299ff19e2fe95bb682a9b | Fixed Notice: Undefined index: entity_id | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Helper/Data.php",
"new_path": "src/PayV2/Helper/Data.php",
"diff": "@@ -26,6 +26,11 @@ class Data extends AbstractHelper\n*/\nprivate $categoryResourceModel;\n+ /**\n+ * @var \\Magento\\Framework\\EntityManager\\MetadataPool\n+ */\n+ private $metadat... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-437: Fixed Notice: Undefined index: entity_id |
21,267 | 30.07.2020 04:50:11 | 14,400 | 6a050c87d50ca95076d8e0f055e580b2c4529913 | validate cached order references on checkout | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Api/CheckoutSessionManagementInterface.php",
"new_path": "src/PayV2/Api/CheckoutSessionManagementInterface.php",
"diff": "@@ -73,4 +73,10 @@ interface CheckoutSessionManagementInterface\n* @return int\n*/\npublic function completeCheckoutSession($car... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-443: validate cached order references on checkout |
21,267 | 31.07.2020 18:40:46 | 14,400 | 03e741b07b9d86bc297aec4237532f1c9dfa0d55 | invalidate checkout session if shipping details cannot be retrieved | [
{
"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": "@@ -18,8 +18,9 @@ define([\n'mage/storage',\n'Magento_Checkout/js/model/url-builder',\n'Mage... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-443: invalidate checkout session if shipping details cannot be retrieved |
21,261 | 03.08.2020 19:29:22 | -7,200 | 0e8e52b183fb164a90b740885d4fa65fda75031b | Added V2checkout installation instructions | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -17,7 +17,8 @@ This module will enable \"Amazon Pay Checkout v2\" on your Magento 2 installation.\nAmazon Pay offers a familiar and convenient buying experience that can help your customers spend more time shopp... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Added V2checkout installation instructions |
21,270 | 03.08.2020 14:52:33 | 25,200 | 92cdc0f1910326b4374b3f470b0efd05b74f39d1 | updates checkout session if new one being used | [
{
"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": "@@ -54,8 +54,13 @@ define([\n*/\ngetCheckoutSessionId: function () {\nvar sessionId = getStorage().get('id');\n- if (typeof sessionId === ... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-443 updates checkout session if new one being used |
21,270 | 04.08.2020 12:42:13 | 25,200 | 88910a1847424db97e0677ae11bb0e68e4fa7edd | fixes minicart tooltip | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/view/frontend/templates/minicart-button.phtml",
"new_path": "src/PayV2/view/frontend/templates/minicart-button.phtml",
"diff": "data-mage-init='{\"Amazon_PayV2/js/amazon-button\": {}}'>\n</div>\n</div>\n+ <div class=\"checkout-methods-items\">\n<div ... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-334 fixes minicart tooltip |
21,270 | 04.08.2020 13:46:22 | 25,200 | 428096f0f90471df940cc6ad314a112e9c7259d4 | fixes styling for tooltip on cart page | [
{
"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": "margin-bottom: 2em;\n}\n}\n+\n+ .cart-summary {\n+ .amazon-button-container-v2 {\n+ .checkout-methods-items {\n+ margin-top: 0;\n+... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-334 fixes styling for tooltip on cart page |
21,261 | 05.08.2020 11:20:23 | -7,200 | 164e13ff43aa63b09f0eec484db26e8989013502 | version increase to 2.1.4 | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -52,5 +52,5 @@ The following table provides an overview on which Git branch is compatible to wh\n| Magento Version | Github Branch | Latest release |\n| ------------- | ------------- | ------------- |\n-| 2.2.6 ... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | version increase to 2.1.4 |
21,261 | 07.08.2020 15:44:14 | -7,200 | aa24138ac616aa18d38e5053da6d8bfce3ddf01f | removing unnecessary installation commands (2.4.0) | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -57,7 +57,7 @@ In `magento-root`, execute:\n```\n$ composer require amzn/amazon-pay-sdk-v2-php\n$ composer require aws/aws-php-sns-message-validator\n-$ bin/magento module:enable Amazon_PayV2\n+$ bin/magento mod... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | removing unnecessary installation commands (2.4.0) |
21,270 | 13.08.2020 16:08:21 | 25,200 | 95aae1bc2a594f9d3d3f21bda8f258c6490bd681 | fixes elements still showing on minicart and pdp; Redraws pdp button if needed | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Block/Config.php",
"new_path": "src/PayV2/Block/Config.php",
"diff": "@@ -70,6 +70,6 @@ class Config extends \\Magento\\Framework\\View\\Element\\Template\n*/\npublic function isEnabled()\n{\n- return $this->amazonConfig->isEnabled() && !$this->amazo... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-437 fixes elements still showing on minicart and pdp; Redraws pdp button if needed |
21,241 | 14.08.2020 13:44:22 | 18,000 | 9951619a8f3e3c3f5b00fc734321d8372bbac35d | switch to Amazon Pay API v2 | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"magento/module-customer\": \"*\",\n\"magento/module-store\": \"*\",\n\"zendframework/zend-crypt\": \"^2.6.0\",\n- \"amzn/amazon-pay-sdk-v2-php\": \"^4.2\",\n+ \"amzn/amazon-pay-api-sdk-php\": \"^2.2\",\n\... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-222: switch to Amazon Pay API v2 |
21,241 | 17.08.2020 19:11:02 | 18,000 | d1ddcabeeb67baff66cf265bb9dda91307fc6c1d | temporarily use the checkout session id as a placeholder transaction id since we don't get a chargeId back until after completeCheckout is called. Once checkout is complete, update the transaction id with the chargeId. | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Gateway/Response/AuthorizationSaleHandler.php",
"new_path": "src/PayV2/Gateway/Response/AuthorizationSaleHandler.php",
"diff": "@@ -61,12 +61,13 @@ class AuthorizationSaleHandler implements HandlerInterface\n/** @var Payment $payment */\n$payment = $... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-222: temporarily use the checkout session id as a placeholder transaction id since we don't get a chargeId back until after completeCheckout is called. Once checkout is complete, update the transaction id with the chargeId. |
21,241 | 19.08.2020 16:47:29 | 18,000 | 9828be02dfdc9489c719fb910c649ff4f7099830 | fixes for async processing and some issues where the chargeId is not available until after calling completeCheckoutSession | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Gateway/Response/AuthorizationSaleHandler.php",
"new_path": "src/PayV2/Gateway/Response/AuthorizationSaleHandler.php",
"diff": "@@ -62,40 +62,7 @@ class AuthorizationSaleHandler implements HandlerInterface\n$payment = $paymentDO->getPayment();\n$paym... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-222: fixes for async processing and some issues where the chargeId is not available until after calling completeCheckoutSession |
21,241 | 20.08.2020 13:38:44 | 18,000 | 2ab85b870fc0b07bc0d56779754428a8ca1ad03a | clear Amazon checkout session ID if not on a checkout page | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/view/frontend/templates/config.phtml",
"new_path": "src/PayV2/view/frontend/templates/config.phtml",
"diff": "@@ -22,5 +22,11 @@ require (['uiRegistry'], function(registry) {\nregistry.set('amazonPayV2', <?= /* @noEscape */ \\Zend_Json::encode($block... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-225: clear Amazon checkout session ID if not on a checkout page |
21,241 | 20.08.2020 14:07:50 | 18,000 | b496f82d5d05d177e24f680df3e502c2a8f0a40e | remove jquery require from the clear storage call | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/view/frontend/templates/config.phtml",
"new_path": "src/PayV2/view/frontend/templates/config.phtml",
"diff": "@@ -23,7 +23,7 @@ require (['uiRegistry'], function(registry) {\n});\n<?php if ($block->getRequest()->getFrontName() != 'checkout'): ?>\n-re... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-225: remove jquery require from the clear storage call |
21,270 | 21.08.2020 13:53:01 | 25,200 | 9efbf4310c0739f8d3a70d1c4eab9efc94ee6040 | removes base currency charge message | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/view/frontend/requirejs-config.js",
"new_path": "src/PayV2/view/frontend/requirejs-config.js",
"diff": "@@ -17,6 +17,9 @@ var config = {\nmixins: {\n'Magento_Checkout/js/view/payment/list': {\n'Amazon_PayV2/js/view/payment/list-mixin': true\n+ },\n+ ... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-413 removes base currency charge message |
21,270 | 25.08.2020 17:06:47 | 25,200 | 670c8094dc4728497930ccb4c6950f55502ccc97 | updates closeChargePermission reason to not go over char limit | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/Adapter/AmazonPayV2Adapter.php",
"new_path": "src/PayV2/Model/Adapter/AmazonPayV2Adapter.php",
"diff": "@@ -310,7 +310,7 @@ class AmazonPayV2Adapter\npublic function closeChargePermission($storeId, $chargePermissionId, $reason, $cancelPendingCh... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-471 updates closeChargePermission reason to not go over char limit |
21,270 | 26.08.2020 17:01:53 | 25,200 | fddfb796869517abcdb861a4e7a343a75f4f98eb | adds store currency to order comments if needed | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/AsyncManagement/Charge.php",
"new_path": "src/PayV2/Model/AsyncManagement/Charge.php",
"diff": "@@ -201,6 +201,9 @@ class Charge extends AbstractOperation\n->build(Transaction::TYPE_AUTH);\n$formattedAmount = $order->getBaseCurrency()->formatTx... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-413 adds store currency to order comments if needed |
21,241 | 03.09.2020 15:19:07 | 18,000 | 98f2a3fa184822adb4f5c302e38539ad1dd7c80b | Do not use AuthorizeWithCapture payment intent (for now) | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/CheckoutSessionManagement.php",
"new_path": "src/PayV2/Model/CheckoutSessionManagement.php",
"diff": "@@ -429,9 +429,6 @@ class CheckoutSessionManagement implements \\Amazon\\PayV2\\Api\\CheckoutSessionMana\n$result = null;\n$checkoutSession = ... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-230: Do not use AuthorizeWithCapture payment intent (for now) |
21,241 | 31.08.2020 15:57:12 | 18,000 | c6042f18bd54196145836589141801bf6f314272 | further disconnect CV1 and CV2 login functionality | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/AmazonConfig.php",
"new_path": "src/PayV2/Model/AmazonConfig.php",
"diff": "@@ -624,11 +624,23 @@ class AmazonConfig\nreturn $this->scopeConfig->getValue('payment/amazon_payment_v2/platform_id');\n}\n- /**\n+ /*\n* @return bool\n*/\n- public fu... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-220: further disconnect CV1 and CV2 login functionality |
21,241 | 01.09.2020 20:18:28 | 18,000 | 3b7daad8526b7a26374573bf460a3a898fdaadf1 | adjustments for Login, including logging out of Amazon after logging out of Magento | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Block/Config.php",
"new_path": "src/PayV2/Block/Config.php",
"diff": "@@ -72,4 +72,12 @@ class Config extends \\Magento\\Framework\\View\\Element\\Template\n{\nreturn $this->amazonConfig->isEnabled();\n}\n+\n+ /**\n+ * @return bool\n+ */\n+ public fu... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-220: adjustments for Login, including logging out of Amazon after logging out of Magento |
21,241 | 02.09.2020 12:34:38 | 18,000 | 81f77929df94de1cec54d5011c3c8e36d7509f94 | use the cart currency and total for completing checkout, and catch if there is a non-success response | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/CheckoutSessionManagement.php",
"new_path": "src/PayV2/Model/CheckoutSessionManagement.php",
"diff": "@@ -526,7 +526,11 @@ class CheckoutSessionManagement implements \\Amazon\\PayV2\\Api\\CheckoutSessionMana\n}\n$result = $this->cartManagement-... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-222: use the cart currency and total for completing checkout, and catch if there is a non-success response |
21,241 | 02.09.2020 12:35:23 | 18,000 | 91858727abb56e56882d0ef21f530dc0884f0932 | Change verbiage on the LwA config option | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/etc/adminhtml/system.xml",
"new_path": "src/PayV2/etc/adminhtml/system.xml",
"diff": "</depends>\n</field>\n<field id=\"v2_lwa_enabled\" translate=\"label\" type=\"select\" sortOrder=\"20\" showInDefault=\"1\" showInWebsite=\"1\" showInStore=\"1\">\n... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-220: Change verbiage on the LwA config option |
21,241 | 03.09.2020 12:36:58 | 18,000 | 860f2a6b5dec193c637d542f8e954a2606e7ec0d | allow guest checkout when Amazon email matches a Magento account | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Block/Validate.php",
"new_path": "src/PayV2/Block/Validate.php",
"diff": "@@ -31,7 +31,8 @@ class Validate extends Template\npublic function getContinueAsGuestUrl()\n{\n- return $this->_urlBuilder->getUrl('checkout');\n+ $checkoutSessionId = $this->g... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-220: allow guest checkout when Amazon email matches a Magento account |
21,241 | 04.09.2020 14:14:06 | 18,000 | c555950f413fecbd8cc8b2a53b5d3796d98fff98 | update branding to Amazon Sign-in | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/etc/adminhtml/system.xml",
"new_path": "src/PayV2/etc/adminhtml/system.xml",
"diff": "</depends>\n</field>\n<field id=\"v2_lwa_enabled\" translate=\"label\" type=\"select\" sortOrder=\"20\" showInDefault=\"1\" showInWebsite=\"1\" showInStore=\"1\">\n... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-220: update branding to Amazon Sign-in |
21,270 | 04.09.2020 15:51:11 | 25,200 | 4133749d35055cfbac9c14b4bf41e86906362a3e | fixes repeated company name for DE addresses | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Domain/AmazonAddress.php",
"new_path": "src/PayV2/Domain/AmazonAddress.php",
"diff": "@@ -54,6 +54,24 @@ class AmazonAddress extends \\Magento\\Framework\\DataObject implements AmazonAddre\nreturn null;\n}\n+ /**\n+ * {@inheritdoc}\n+ */\n+ public fu... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-488 fixes repeated company name for DE addresses |
21,270 | 04.09.2020 17:17:09 | 25,200 | f8cce27d4686ac095767b3a44f7cf7e5a483b865 | adds missing methods | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Domain/AmazonAddressDecoratorDe.php",
"new_path": "src/PayV2/Domain/AmazonAddressDecoratorDe.php",
"diff": "@@ -184,4 +184,20 @@ class AmazonAddressDecoratorDe implements AmazonAddressInterface\n{\nreturn $this->amazonAddress->getLine($lineNumber);\n... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-488 adds missing methods |
21,241 | 08.09.2020 10:08:51 | 18,000 | 96d41a5bd2a737bd768ea747ab30ad53f0200e9f | match BaseRedirect params | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/Customer/Account/Redirect.php",
"new_path": "src/PayV2/Model/Customer/Account/Redirect.php",
"diff": "@@ -22,6 +22,7 @@ use Magento\\Customer\\Model\\Url as CustomerUrl;\nuse Magento\\Framework\\App\\Config\\ScopeConfigInterface;\nuse Magento\\... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-220: match BaseRedirect params |
21,270 | 08.09.2020 10:44:40 | 25,200 | b71e6b1f77d3387930c474b5ea72b6f1e0010e77 | adds methods to Jp address decorator | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Domain/AmazonAddressDecoratorJp.php",
"new_path": "src/PayV2/Domain/AmazonAddressDecoratorJp.php",
"diff": "@@ -116,4 +116,20 @@ class AmazonAddressDecoratorJp implements AmazonAddressInterface\n}\nreturn null;\n}\n+\n+ /**\n+ * {@inheritdoc}\n+ */\n... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-488 adds methods to Jp address decorator |
21,270 | 10.09.2020 15:51:12 | 25,200 | ec7e99793fb33782309d85066078c0fd13238d40 | updates remaining requests to show display currency on comments and use it on api | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Gateway/Request/SettlementRequestBuilder.php",
"new_path": "src/PayV2/Gateway/Request/SettlementRequestBuilder.php",
"diff": "@@ -107,9 +107,10 @@ class SettlementRequestBuilder implements BuilderInterface\n$paymentDO = $this->subjectReader->readPaym... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-413 updates remaining requests to show display currency on comments and use it on api |
21,270 | 11.09.2020 13:56:11 | 25,200 | 259d8fff2105b867bb8701a2f11b8268ac8c917c | fixes refunds when charge on order | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/etc/di.xml",
"new_path": "src/PayV2/etc/di.xml",
"diff": "<!-- Refund Command -->\n<virtualType name=\"AmazonPayV2RefundCommand\" type=\"Magento\\Payment\\Gateway\\Command\\GatewayCommand\">\n<arguments>\n- <argument name=\"requestBuilder\" xsi:type=... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-497 fixes refunds when charge on order |
21,241 | 16.09.2020 19:36:13 | 18,000 | 397e3b6c42ae3ec8550f639c842b2fc1f4fe917f | add support for split invoicing | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Gateway/Request/AuthorizationSaleRequestBuilder.php",
"new_path": "src/PayV2/Gateway/Request/AuthorizationSaleRequestBuilder.php",
"diff": "namespace Amazon\\PayV2\\Gateway\\Request;\n+use Magento\\Framework\\Exception\\NoSuchEntityException;\nuse Ma... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-221 - add support for split invoicing |
21,241 | 16.09.2020 20:24:04 | 18,000 | 1b15dc2f993fe6364c8c40086073c15ae975af7b | block split invoicing for DE and UK | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Gateway/Config/Config.php",
"new_path": "src/PayV2/Gateway/Config/Config.php",
"diff": "*/\nnamespace Amazon\\PayV2\\Gateway\\Config;\n+use Amazon\\PayV2\\Model\\AmazonConfig;\nuse Magento\\Framework\\App\\Config\\ScopeConfigInterface;\nuse Magento\\... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-221 - block split invoicing for DE and UK |
21,241 | 17.09.2020 17:15:22 | 18,000 | d4e38f427d4b92a06e4d9adbe6a4ffd0e3fb30e7 | set the transaction ID on the invoice if one is created (with Charge on Order config) | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/CheckoutSessionManagement.php",
"new_path": "src/PayV2/Model/CheckoutSessionManagement.php",
"diff": "@@ -486,6 +486,10 @@ class CheckoutSessionManagement implements \\Amazon\\PayV2\\Api\\CheckoutSessionMana\n$payment->setLastTransId($chargeId)... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-239 - set the transaction ID on the invoice if one is created (with Charge on Order config) |
21,241 | 18.09.2020 17:34:13 | 18,000 | 503334193cc312cc5566885c5f4f72e7a2a46885 | don't show the Amazon Pay button when customer is not logged in, guest checkout is disabled, and Amazon Sign-in is disabled. | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Block/Config.php",
"new_path": "src/PayV2/Block/Config.php",
"diff": "@@ -51,7 +51,7 @@ class Config extends \\Magento\\Framework\\View\\Element\\Template\n}\n/**\n- * @return string\n+ * @return array\n*/\npublic function getConfig()\n{\n@@ -60,6 +6... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-233 - don't show the Amazon Pay button when customer is not logged in, guest checkout is disabled, and Amazon Sign-in is disabled. |
21,241 | 18.09.2020 18:13:17 | 18,000 | 6d330c7aa4eacd7af810009d8932e8c3d41ace31 | clean up reference to CV1 | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/AmazonConfig.php",
"new_path": "src/PayV2/Model/AmazonConfig.php",
"diff": "namespace Amazon\\PayV2\\Model;\nuse Magento\\Store\\Model\\ScopeInterface;\n-use Amazon\\Core\\Helper\\Data as AmazonCoreHelper;\nclass AmazonConfig\n{\n@@ -59,13 +58,... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-252 - clean up reference to CV1 |
21,241 | 21.09.2020 10:43:42 | 18,000 | 1c51fb1f03a8ca4437c27e26e7049ecd46d854a3 | clean up unused carryover from CV1 Login | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/etc/frontend/di.xml",
"new_path": "src/PayV2/etc/frontend/di.xml",
"diff": "<type name=\"Amazon\\Core\\Helper\\Data\">\n<plugin name=\"amazon_payv2_amazon_core_helper\" type=\"Amazon\\PayV2\\Plugin\\AmazonCoreHelperData\" sortOrder=\"1\" />\n</type>\... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-252 - clean up unused carryover from CV1 Login |
21,241 | 22.09.2020 15:27:17 | 18,000 | 23bad5a75f6642c269c0baf33bcf1d80f5f37456 | Improved split invoicing block stolen from | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Gateway/Config/Config.php",
"new_path": "src/PayV2/Gateway/Config/Config.php",
"diff": "@@ -9,6 +9,10 @@ use Amazon\\PayV2\\Model\\AmazonConfig;\nuse Magento\\Framework\\App\\Config\\ScopeConfigInterface;\nuse Magento\\Store\\Model\\ScopeInterface;\n... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-221 - Improved split invoicing block stolen from ASD-321 |
21,241 | 22.09.2020 18:08:48 | 18,000 | ae65ef141884eecb55e2f13421074c6f158da9f5 | V2 implementation of adjustments for display currency use on partial capture/refund, and comments | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Gateway/Request/AuthorizationSaleRequestBuilder.php",
"new_path": "src/PayV2/Gateway/Request/AuthorizationSaleRequestBuilder.php",
"diff": "@@ -56,12 +56,20 @@ class AuthorizationSaleRequestBuilder implements BuilderInterface\n} catch (NoSuchEntityEx... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-221 - V2 implementation of ASD-321 adjustments for display currency use on partial capture/refund, and comments |
21,241 | 22.09.2020 18:24:29 | 18,000 | a9942a4f3dbc87a8a1dc68ec5cfd9bf4840ae6ea | Fix bug with JPY where it was not rounded for the completeCheckoutSession call | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/Adapter/AmazonPayV2Adapter.php",
"new_path": "src/PayV2/Model/Adapter/AmazonPayV2Adapter.php",
"diff": "@@ -370,10 +370,7 @@ class AmazonPayV2Adapter\npublic function completeCheckoutSession($storeId, $sessionId, $amount, $currencyCode)\n{\n$pa... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-221 - Fix bug with JPY where it was not rounded for the completeCheckoutSession call |
21,264 | 25.09.2020 01:30:52 | 0 | a8be44b95bdf4e67d0c9a1507635b97a50587511 | Version increase to 2.3.0 | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -113,4 +113,4 @@ The following table provides an overview on which Git branch is compatible to wh\n| Magento Version | Github Branch | Latest release |\n| ------------- | ------------- | ------------- |\n| 2.2.6... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Version increase to 2.3.0 |
21,261 | 25.09.2020 14:19:18 | -7,200 | 06ae6a85744192d269a9bac2c93da07b474ddece | Update Branch version table V2Checkout | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -112,5 +112,5 @@ The following table provides an overview on which Git branch is compatible to wh\n| Magento Version | Github Branch | Latest release |\n| ------------- | ------------- | ------------- |\n-| 2.2.... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Update Branch version table V2Checkout |
21,241 | 25.09.2020 18:31:23 | 18,000 | 66f4d0bc9043dd3eb66baa0de641931a89adeeac | pass guest checkout enabled value with Amazon config instead of relying on customer's cart | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Block/Config.php",
"new_path": "src/PayV2/Block/Config.php",
"diff": "@@ -61,6 +61,7 @@ class Config extends \\Magento\\Framework\\View\\Element\\Template\n'is_method_available' => $this->amazonConfig->isPayButtonAvailableAsPaymentMethod(),\n'is_pay_... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-511 - pass guest checkout enabled value with Amazon config instead of relying on customer's cart |
21,241 | 30.09.2020 11:34:31 | 18,000 | 693775830a83676a28d3cc1892ac1ff0391f06ec | bypass cache check in DepersonalizeChecker | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Controller/Checkout/CompleteSession.php",
"new_path": "src/PayV2/Controller/Checkout/CompleteSession.php",
"diff": "@@ -84,6 +84,9 @@ class CompleteSession extends \\Magento\\Framework\\App\\Action\\Action\n{\n$scope = $this->storeManager->getStore()... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-467 - bypass cache check in DepersonalizeChecker |
21,241 | 30.09.2020 15:48:39 | 18,000 | b2f2fb4c91b8042788decfdfba8cff1519e5993e | do not alter button visibility on Checkout page | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/view/frontend/web/js/amazon-button.js",
"new_path": "src/PayV2/view/frontend/web/js/amazon-button.js",
"diff": "@@ -56,7 +56,7 @@ define([\nsandbox: checkoutSessionConfig['sandbox'],\n});\n- $(this.options.hideIfUnavailable).show();\n+ this.options.p... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-490 - do not alter button visibility on Checkout page |
21,241 | 30.09.2020 16:36:46 | 18,000 | af76355d94b37de1f9ff264c33c0f2870d427ae2 | code style change for clarity | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/view/frontend/web/js/amazon-button.js",
"new_path": "src/PayV2/view/frontend/web/js/amazon-button.js",
"diff": "@@ -56,7 +56,9 @@ define([\nsandbox: checkoutSessionConfig['sandbox'],\n});\n- this.options.placement !== \"Checkout\" && $(this.options.h... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-490 - code style change for clarity |
21,241 | 01.10.2020 14:34:49 | 18,000 | c265c910e5568806d62cc17f0bacb4e7a85dcbcf | remove validator referenced from CV1 that is no longer used | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/CheckoutSessionManagement.php",
"new_path": "src/PayV2/Model/CheckoutSessionManagement.php",
"diff": "@@ -300,12 +300,6 @@ class CheckoutSessionManagement implements \\Amazon\\PayV2\\Api\\CheckoutSessionMana\n$magentoAddress = $this->addressHel... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-500 - remove validator referenced from CV1 that is no longer used |
21,241 | 02.10.2020 11:48:56 | 18,000 | 6b83b647b130cfd354dbc946b4d3d50914f50bbc | use V2 js method for determining if in Amazon checkout flow | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/view/frontend/web/js/view/checkout/summary/grand-total-mixin.js",
"new_path": "src/PayV2/view/frontend/web/js/view/checkout/summary/grand-total-mixin.js",
"diff": "@@ -11,7 +11,7 @@ define([\n* @return {Boolean}\n*/\nisBaseGrandTotalDisplayNeeded: fu... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-521 - use V2 js method for determining if in Amazon checkout flow |
21,261 | 12.10.2020 16:12:01 | -7,200 | cbdfd092580137dd00bd6ee3dca26e0f8c37ca52 | moved V2checkout install instructions pointer | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -42,7 +42,7 @@ The module can be either installed via Composer (recommended), or manually. The\nIn `magento-root`, execute:\n```\n-$ composer require amzn/amazon-pay-v2-magento-2-module\n+$ composer require amzn... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | moved V2checkout install instructions pointer |
21,270 | 15.10.2020 13:28:25 | 25,200 | b193e3c6b84d8af86770033c830004e6818bc530 | adds AP refund success message | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Gateway/Response/RefundHandler.php",
"new_path": "src/PayV2/Gateway/Response/RefundHandler.php",
"diff": "namespace Amazon\\PayV2\\Gateway\\Response;\nuse Magento\\Payment\\Gateway\\Response\\HandlerInterface;\n+use Magento\\Framework\\Message\\Manag... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-394 adds AP refund success message |
21,270 | 16.10.2020 15:22:57 | 25,200 | 8c2257119dd91744e4f3b4a62440e390f602eb12 | fixes declined orders after AP returns to complete checkout | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Controller/Checkout/CompleteSession.php",
"new_path": "src/PayV2/Controller/Checkout/CompleteSession.php",
"diff": "@@ -86,9 +86,14 @@ class CompleteSession extends \\Magento\\Framework\\App\\Action\\Action\ntry {\n// Bypass cache check in \\Magento\... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-529 fixes declined orders after AP returns to complete checkout |
21,270 | 19.10.2020 12:58:05 | 25,200 | 6e4955a68b6d35e287b35867bf5824e6cc50dc3d | displays correct messaging for canceled check | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/CheckoutSessionManagement.php",
"new_path": "src/PayV2/Model/CheckoutSessionManagement.php",
"diff": "@@ -528,7 +528,7 @@ class CheckoutSessionManagement implements \\Amazon\\PayV2\\Api\\CheckoutSessionMana\nif ($amazonSession['statusDetails'][... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-529 displays correct messaging for canceled check |
21,264 | 20.10.2020 00:54:04 | 0 | 5254b26234b6014f88ebf23e39e880fae967356d | Version Increase, to 2.4.0. Fixes issue with declined transactions displaying incorrectly in Magento Admin. | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -113,4 +113,4 @@ The following table provides an overview on which Git branch is compatible to wh\n| Magento Version | Github Branch | Latest release |\n| ------------- | ------------- | ------------- |\n| 2.2.6... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Version Increase, to 2.4.0. Fixes issue with declined transactions displaying incorrectly in Magento Admin. |
21,241 | 29.10.2020 14:41:09 | 18,000 | 2bd1c4e456053ac496eb964d91255e654c14cef9 | Add support for multicurrency to CV2 | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/AmazonConfig.php",
"new_path": "src/PayV2/Model/AmazonConfig.php",
"diff": "@@ -196,7 +196,9 @@ class AmazonConfig\n*/\npublic function isCurrentCurrencySupportedByAmazon($scope = ScopeInterface::SCOPE_STORE, $scopeCode = null)\n{\n- return $th... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-235 - Add support for multicurrency to CV2 |
21,241 | 30.10.2020 16:18:21 | 18,000 | 00ff2185e78520a7fa9a75d83fac06b21a904a80 | add tests for multicurrency in CV2 | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Test/Mftf/Data/AmazonCurrencyData.xml",
"new_path": "src/PayV2/Test/Mftf/Data/AmazonCurrencyData.xml",
"diff": "<item>NOK</item>\n<item>CZK</item>\n<item>EUR</item>\n+ <item>CZK</item>\n</array>\n</entity>\n<entity name=\"EUAmazonCurrencyConfig\" typ... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-236 - add tests for multicurrency in CV2 |
21,261 | 02.11.2020 11:06:56 | -3,600 | 6d99ce98f79eb5ba982f99681e65ea94c19976c6 | version increase to 2.5.0 | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -17,7 +17,7 @@ This module will enable \"Amazon Pay Checkout v2\" on your Magento 2 installation.\nAmazon Pay offers a familiar and convenient buying experience that can help your customers spend more time shopp... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | version increase to 2.5.0 |
21,261 | 02.11.2020 12:15:51 | -3,600 | 0466ecffc4ff9907c6f6e56306596c15905d78f7 | revert m2 minimum version required | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -17,7 +17,7 @@ This module will enable \"Amazon Pay Checkout v2\" on your Magento 2 installation.\nAmazon Pay offers a familiar and convenient buying experience that can help your customers spend more time shopp... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | revert m2 minimum version required |
21,261 | 02.11.2020 12:20:24 | -3,600 | 4fc3dc65f5e9dff166f782f067fb0abef909699c | update branch information table | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -113,4 +113,4 @@ The following table provides an overview on which Git branch is compatible to wh\n| Magento Version | Github Branch | Latest release |\n| ------------- | ------------- | ------------- |\n| 2.2.6... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | update branch information table |
21,241 | 03.11.2020 13:40:00 | 21,600 | 73f8eb94be6492e678811161b34e953c44080bac | replace MFTF waitForPageLoad which doesn't work correctly on Amazon hosted pages. Using 1 second hard wait because MFTF doesn't support codeceptions WaitForElementClickable | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Test/Mftf/ActionGroup/AmazonLoginActionGroup.xml",
"new_path": "src/PayV2/Test/Mftf/ActionGroup/AmazonLoginActionGroup.xml",
"diff": "<fillField selector=\"{{AmazonPageSection.emailField}}\" userInput=\"{{AmazonAccount.email}}\" stepKey=\"fillAmazonP... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-236 - replace MFTF waitForPageLoad which doesn't work correctly on Amazon hosted pages. Using 1 second hard wait because MFTF doesn't support codeceptions WaitForElementClickable |
21,241 | 04.11.2020 17:35:29 | 21,600 | 0e28a85c751c76a8a7a7efa5226dd3a63dd1dace | create base set of tests for CV2 Login with Amazon | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Test/Mftf/ActionGroup/AmazonLoginActionGroup.xml",
"new_path": "src/PayV2/Test/Mftf/ActionGroup/AmazonLoginActionGroup.xml",
"diff": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<actionGroups xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xs... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-224 - create base set of tests for CV2 Login with Amazon |
21,241 | 09.11.2020 10:33:47 | 21,600 | 72e6fce267bd7b21c0d6238dfbbaff3e5128133f | update mftf data node to have unique name | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Test/Mftf/Data/AmazonCurrencyData.xml",
"new_path": "src/PayV2/Test/Mftf/Data/AmazonCurrencyData.xml",
"diff": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<entities xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:noNamespaceSchemaLocatio... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-236 - update mftf data node to have unique name |
21,241 | 09.11.2020 14:57:24 | 21,600 | afef60f42fde86eb19babd95cf5fd8d54768afab | add test for case where account exists in Magento with matching email address to the Sign in with Amazon account | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Test/Mftf/Data/AmazonAccountData.xml",
"new_path": "src/PayV2/Test/Mftf/Data/AmazonAccountData.xml",
"diff": "<data key=\"email\">{{_CREDS.amazon/test_account_eu_email}}</data>\n<data key=\"password\">{{_CREDS.amazon/test_account_eu_password}}</data>... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-224 - add test for case where account exists in Magento with matching email address to the Sign in with Amazon account |
21,241 | 09.11.2020 16:12:57 | 21,600 | f35a5953c60f0148b12f0bf99f48f7b2918b1b77 | tests for logging in to existing accounts, and signing in during checkout | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Test/Mftf/Test/AmazonSignInCreateAccountTest.xml",
"new_path": "src/PayV2/Test/Mftf/Test/AmazonSignInCreateAccountTest.xml",
"diff": "</after>\n<!--Verify Sign in with Amazon Button V2 is present-->\n- <click selector=\"{{AmazonLoginSection.v2Login}}... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-224 - tests for logging in to existing accounts, and signing in during checkout |
21,241 | 10.11.2020 12:31:20 | 21,600 | 2237ee4efc7bee9ed7c476ab167e61799fe179e1 | update test to check both login and account create pages for the Sign in with Amazon button | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Test/Mftf/Test/AmazonSignInButtonDisabledTest.xml",
"new_path": "src/PayV2/Test/Mftf/Test/AmazonSignInButtonDisabledTest.xml",
"diff": "<createData entity=\"SampleAmazonPaymentV2Config\" stepKey=\"SampleAmazonPaymentV2ConfigLwa\"/>\n</before>\n- <!--... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-224 - update test to check both login and account create pages for the Sign in with Amazon button |
21,270 | 10.11.2020 11:21:52 | 28,800 | 63caf0a78565d18fb3c8f30592948b535f1307f6 | fixes wrong construct param on plugin | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Plugin/OrderCustomerManagement.php",
"new_path": "src/PayV2/Plugin/OrderCustomerManagement.php",
"diff": "*/\nnamespace Amazon\\PayV2\\Plugin;\n-use Amazon\\PayV2\\Helper\\Data;\nuse Amazon\\PayV2\\Api\\CustomerLinkManagementInterface;\nuse Amazon\\P... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-552 fixes wrong construct param on plugin |
21,241 | 11.11.2020 00:39:51 | 21,600 | 7a0a096b132fc6f9f213d302997a0d5743083a50 | add tests for cases when guest checkout is disabled | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/PayV2/Test/Mftf/Test/AmazonCheckoutGuestCheckoutDisabledNoButtonV2Test.xml",
"diff": "+<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n+<tests xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:noNamespaceSchemaLocation=\"urn:magento:mf... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-224 - add tests for cases when guest checkout is disabled |
21,270 | 13.11.2020 14:44:39 | 28,800 | 13dd06ed7fe9f0cb2ef3f14a6908727749f6f1f6 | cancels order on any problem with the checkout session | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/CheckoutSessionManagement.php",
"new_path": "src/PayV2/Model/CheckoutSessionManagement.php",
"diff": "@@ -24,6 +24,7 @@ use Magento\\Quote\\Api\\Data\\CartInterface;\nuse Magento\\Framework\\Validator\\Exception as ValidatorException;\nuse Mage... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-516 cancels order on any problem with the checkout session |
21,241 | 16.11.2020 12:04:48 | 21,600 | a73ce83bf00578ba2bebceb1b02a0ffea437e908 | add test for capturing multiple times on an order | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/PayV2/Test/Mftf/Test/AmazonInvoiceMultipleCapture.xml",
"diff": "+<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n+<tests xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:noNamespaceSchemaLocation=\"urn:magento:mftf:Test/etc/testSchem... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-223 - add test for capturing multiple times on an order |
21,264 | 16.11.2020 20:48:02 | 0 | 6af1010019563334ebe93126cc0b4cd50a2ce452 | Version increase from 2.5.0 to 2.6.0 | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -113,4 +113,4 @@ The following table provides an overview on which Git branch is compatible to wh\n| Magento Version | Github Branch | Latest release |\n| ------------- | ------------- | ------------- |\n| 2.2.6... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Version increase from 2.5.0 to 2.6.0 |
21,241 | 16.11.2020 14:49:29 | 21,600 | 0fc4f3c4e2f96064f2378ee53bca57e0b365104c | test that admin cannot split invoice orders in EU | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/PayV2/Test/Mftf/Test/AmazonInvoiceOnlySingleCapture.xml",
"diff": "+<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n+<tests xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:noNamespaceSchemaLocation=\"urn:magento:mftf:Test/etc/testSch... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-223 - test that admin cannot split invoice orders in EU |
21,241 | 16.11.2020 17:08:04 | 21,600 | 309c6ddd8e6a4911c6e1627dd0343f27aca06da8 | clear Amazon cookie in re-signin test to ensure logged out of Amazon | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Test/Mftf/Test/AmazonSignInToExistingTest.xml",
"new_path": "src/PayV2/Test/Mftf/Test/AmazonSignInToExistingTest.xml",
"diff": "<!-- Log out and return to sign in page -->\n<actionGroup stepKey=\"logout\" ref=\"StorefrontCustomerLogoutActionGroup\"/>... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-242 - clear Amazon cookie in re-signin test to ensure logged out of Amazon |
21,241 | 17.11.2020 13:49:22 | 21,600 | 5064451d473d159e39cf856aec0f70b5b3a98724 | test Return to Standard Checkout | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Test/Mftf/ActionGroup/AmazonCheckoutActionGroup.xml",
"new_path": "src/PayV2/Test/Mftf/ActionGroup/AmazonCheckoutActionGroup.xml",
"diff": "<see selector=\"{{AmazonCheckoutSection.shippingAddress}}\" userInput=\"$amazonAddressZipCode\" stepKey=\"seeA... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-240 - test Return to Standard Checkout |
21,241 | 18.11.2020 11:54:44 | 21,600 | f2e87f7a2bf7bc883dc237f574faf46cf8f3cc62 | Test for cancelling Amazon checkout at first step, then proceeding to place the order | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/PayV2/Test/Mftf/ActionGroup/AmazonAlreadyLoggedInActionGroup.xml",
"diff": "+<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n+<actionGroups xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:noNamespaceSchemaLocation=\"urn:magento:mftf:... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-237 - Test for cancelling Amazon checkout at first step, then proceeding to place the order |
21,241 | 18.11.2020 16:19:00 | 21,600 | b08fdb8855e30e9213ec4ccbc3a5daa425d905eb | test canceling at edit shipping and payment steps, then re-starting checkout, ensuring that the checkout session ids changed | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Test/Mftf/Test/AmazonCheckoutCancelledThenSuccessTest.xml",
"new_path": "src/PayV2/Test/Mftf/Test/AmazonCheckoutCancelledThenSuccessTest.xml",
"diff": "<click selector=\"{{AmazonButtonSection.v2Checkout}}\" stepKey=\"clickAmazonButton2\"/>\n<actionGr... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-237 - test canceling at edit shipping and payment steps, then re-starting checkout, ensuring that the checkout session ids changed |
21,241 | 19.11.2020 11:55:45 | 21,600 | 759a8c243c6a116e106946a858c1ab3a6cf34bdf | add test for checkout decline | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Test/Mftf/ActionGroup/AmazonCheckoutActionGroup.xml",
"new_path": "src/PayV2/Test/Mftf/ActionGroup/AmazonCheckoutActionGroup.xml",
"diff": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<actionGroups xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instanc... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-263 - add test for checkout decline |
21,241 | 19.11.2020 13:14:13 | 21,600 | 30812a7d6bc0897589279817151f3db046ad88d3 | add test for buyer canceled | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/PayV2/Test/Mftf/Test/AmazonCheckoutBuyerCanceledTest.xml",
"diff": "+<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n+<tests xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:noNamespaceSchemaLocation=\"urn:magento:mftf:Test/etc/testSc... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-263 - add test for buyer canceled |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.