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,270 | 19.11.2020 15:10:01 | 28,800 | 80b9c0becba6b1ae6fc92532a5a4897e19443e07 | adds de addresses to csp | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/etc/csp_whitelist.xml",
"new_path": "src/PayV2/etc/csp_whitelist.xml",
"diff": "<value id=\"amazon_it\" type=\"host\">*.amazon.it</value>\n<value id=\"amazon_fr\" type=\"host\">*.amazon.fr</value>\n<value id=\"amazon_es\" type=\"host\">*.amazon.es</v... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-559 adds de addresses to csp |
21,270 | 24.11.2020 13:28:15 | 28,800 | fb1dd6a8e768b8763113f7821328c6638422c25c | fixes cancel and void admin buttons | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Plugin/OrderCurrencyComment.php",
"new_path": "src/PayV2/Plugin/OrderCurrencyComment.php",
"diff": "@@ -63,12 +63,12 @@ class OrderCurrencyComment\n{\nif ($subject->getMethod() == Config::CODE) {\n$order = $subject->getOrder();\n- if (($order->getBas... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-565 fixes cancel and void admin buttons |
21,241 | 02.10.2020 11:45:12 | 18,000 | 31e151e3e6131db93a7ca2aaf2f8413a14b71b27 | WIP - handle async responses, queuing properly | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/AsyncManagement/Charge.php",
"new_path": "src/PayV2/Model/AsyncManagement/Charge.php",
"diff": "namespace Amazon\\PayV2\\Model\\AsyncManagement;\n+use Amazon\\PayV2\\Model\\Config\\Source\\PaymentAction;\nuse Magento\\Sales\\Api\\Data\\Transact... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-230 - WIP - handle async responses, queuing properly |
21,241 | 05.10.2020 14:12:52 | 18,000 | 2768c3b36f8c8e41072844df77bb9e874d537fc1 | WIP - only mark pending async transaction as complete when they have done something | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/AsyncUpdater.php",
"new_path": "src/PayV2/Model/AsyncUpdater.php",
"diff": "@@ -72,18 +72,21 @@ class AsyncUpdater\ntry {\n$async->getResource()->beginTransaction();\n$async->setLockOnLoad(true);\n+ $asyncComplete = false;\nswitch ($async->getP... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-521 - WIP - only mark pending async transaction as complete when they have done something |
21,270 | 07.10.2020 16:14:36 | 25,200 | 1f8517ea2d4a359402818c8d29d4601bca2139a8 | keeps pending state if queue auth is not in Authorized state | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/AsyncManagement/Charge.php",
"new_path": "src/PayV2/Model/AsyncManagement/Charge.php",
"diff": "@@ -136,22 +136,35 @@ class Charge extends AbstractOperation\n$charge = $this->amazonAdapter->getCharge($order->getStoreId(), $chargeId);\n$state = ... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-515 keeps pending state if queue auth is not in Authorized state |
21,270 | 13.10.2020 16:31:47 | 25,200 | e33ad89e7032afd37b818e32cf8dd61e24f08139 | hybrid payment action to coordinate AP state and Magento for async charge on order | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/AsyncManagement/Charge.php",
"new_path": "src/PayV2/Model/AsyncManagement/Charge.php",
"diff": "@@ -153,6 +153,7 @@ class Charge extends AbstractOperation\n$complete = true;\nbreak;\ncase 'Captured':\n+ $this->setProcessing($order);\n$this->cap... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-527 hybrid payment action to coordinate AP state and Magento for async charge on order |
21,270 | 06.11.2020 16:50:52 | 28,800 | 1b6301a77da45c1bff608f085c645d5dbeb70985 | calls closeChargePermission on AuthorizationInitiated orders that get a Declined later; other automatic fixes | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Gateway/Response/AuthorizationSaleHandler.php",
"new_path": "src/PayV2/Gateway/Response/AuthorizationSaleHandler.php",
"diff": "@@ -18,6 +18,8 @@ namespace Amazon\\PayV2\\Gateway\\Response;\nuse Amazon\\PayV2\\Gateway\\Helper\\SubjectReader;\nuse Ama... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-515 calls closeChargePermission on AuthorizationInitiated orders that get a Declined later; other automatic fixes |
21,270 | 16.11.2020 16:26:17 | 28,800 | 4e1d3e1a6edc0e613f738f06c8a63452379cec47 | authorizes order and puts it on processing if AP authorizes during async checkout | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/CheckoutSessionManagement.php",
"new_path": "src/PayV2/Model/CheckoutSessionManagement.php",
"diff": "@@ -521,7 +521,10 @@ class CheckoutSessionManagement implements \\Amazon\\PayV2\\Api\\CheckoutSessionMana\n{\n$order = $payment->getOrder();\n... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-515 authorizes order and puts it on processing if AP authorizes during async checkout |
21,270 | 20.11.2020 13:50:06 | 28,800 | 8fb2f92bde8e1c09d7778a926c53d8123d9fecc1 | handles subsequent invoices on separate invoices | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Gateway/Response/AuthorizationSaleHandler.php",
"new_path": "src/PayV2/Gateway/Response/AuthorizationSaleHandler.php",
"diff": "@@ -75,9 +75,21 @@ class AuthorizationSaleHandler implements HandlerInterface\n$payment->setTransactionId($transactionId);... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-515 handles subsequent invoices on separate invoices |
21,270 | 20.11.2020 16:41:43 | 28,800 | 1873f2b4fb72a1f20ca7491808c9d05d1661cb26 | changes capture on order + immediate to behave as authorize at first | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/CheckoutSessionManagement.php",
"new_path": "src/PayV2/Model/CheckoutSessionManagement.php",
"diff": "@@ -597,7 +597,13 @@ class CheckoutSessionManagement implements \\Amazon\\PayV2\\Api\\CheckoutSessionMana\n'message' => $amazonResult['message... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-515 changes capture on order + immediate to behave as authorize at first |
21,270 | 24.11.2020 15:19:27 | 28,800 | 4374a941434e749d99fe37979f8b0742856f66aa | closes async authorization record on IPN calls | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Controller/Payment/Ipn.php",
"new_path": "src/PayV2/Controller/Payment/Ipn.php",
"diff": "*/\nnamespace Amazon\\PayV2\\Controller\\Payment;\n+use Amazon\\PayV2\\Api\\Data\\AsyncInterface;\n+use Amazon\\PayV2\\Model\\Async;\nuse Magento\\Framework\\Ap... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-515 closes async authorization record on IPN calls |
21,270 | 25.11.2020 11:03:14 | 28,800 | 805660cdbc338bbcd2eeeb176492389ba791a1c3 | does not render button on pdp when product out of stock | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Block/ProductPagePaymentLink.php",
"new_path": "src/PayV2/Block/ProductPagePaymentLink.php",
"diff": "*/\nnamespace Amazon\\PayV2\\Block;\n+use Magento\\ConfigurableProduct\\Model\\Product\\Type\\Configurable;\n+\nclass ProductPagePaymentLink extends... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-567 does not render button on pdp when product out of stock |
21,241 | 25.11.2020 13:31:59 | 21,600 | e26a14cbd07e37f08ce80f160144f80088643c0b | make sure the charge_permission_id gets saved to the payment | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/CheckoutSessionManagement.php",
"new_path": "src/PayV2/Model/CheckoutSessionManagement.php",
"diff": "@@ -637,8 +637,9 @@ class CheckoutSessionManagement implements \\Amazon\\PayV2\\Api\\CheckoutSessionMana\n$payment = $order->getPayment();\n$c... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-515 - make sure the charge_permission_id gets saved to the payment |
21,241 | 25.11.2020 13:32:16 | 21,600 | 14ce21d8cef52d17c761f99209d9fec372a9fd23 | update test for async declined to look for canceled instead of on hold | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Test/Mftf/Test/AmazonInvoicePendingDeclinedV2Test.xml",
"new_path": "src/PayV2/Test/Mftf/Test/AmazonInvoicePendingDeclinedV2Test.xml",
"diff": "<actionGroup ref=\"AdminOpenOrderByEntityIdActionGroup\" stepKey=\"openOrder\">\n<argument name=\"entityId... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-515 - update test for async declined to look for canceled instead of on hold |
21,241 | 30.11.2020 10:58:16 | 21,600 | a8ba3a447def510e8fc363c639d44593977f7d88 | adjust cookie clearing to ensure logged out from 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-224 - adjust cookie clearing to ensure logged out from Amazon |
21,241 | 03.12.2020 09:21:41 | 21,600 | 6786c08d3cdf41e432170deea23acc118e1993c4 | don't save the invoice before it is paid because it triggers an odd Magento bug | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/CheckoutSessionManagement.php",
"new_path": "src/PayV2/Model/CheckoutSessionManagement.php",
"diff": "@@ -494,7 +494,7 @@ class CheckoutSessionManagement implements \\Amazon\\PayV2\\Api\\CheckoutSessionMana\n$this->paymentRepository->save($paym... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-515 - don't save the invoice before it is paid because it triggers an odd Magento bug |
21,241 | 03.12.2020 13:21:21 | 21,600 | a6788b3136b84e8c6b562a2c64ca165a46b0285d | disable CV1 mixin to prevent js errors | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/view/frontend/requirejs-config.js",
"new_path": "src/PayV2/view/frontend/requirejs-config.js",
"diff": "@@ -19,7 +19,8 @@ var config = {\n'Amazon_PayV2/js/view/payment/list-mixin': true\n},\n'Magento_Tax/js/view/checkout/summary/grand-total': {\n- 'A... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-582 - disable CV1 mixin to prevent js errors |
21,241 | 07.12.2020 16:47:47 | 21,600 | 8b18d2ca01a188ed9d95dbef6d56a23844df3b83 | move the transaction ID update back to end of completeCheckoutSession, something was overwriting the transaction ID that we had set. Also had to restore saving the invoice when setting there, as it no longer gets saved by following code. | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/CheckoutSessionManagement.php",
"new_path": "src/PayV2/Model/CheckoutSessionManagement.php",
"diff": "@@ -494,7 +494,7 @@ class CheckoutSessionManagement implements \\Amazon\\PayV2\\Api\\CheckoutSessionMana\n$this->paymentRepository->save($paym... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-515 - move the transaction ID update back to end of completeCheckoutSession, something was overwriting the transaction ID that we had set. Also had to restore saving the invoice when setting there, as it no longer gets saved by following code. |
21,241 | 09.12.2020 16:04:56 | 21,600 | 6bf5f1042c516c2426ce14acdfbc6f10dd25ec76 | add async decline test | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/PayV2/Test/Mftf/Test/AmazonCheckoutAsyncDeclinedTest.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 | ASD-569 - add async decline test |
21,241 | 09.12.2020 17:48:45 | 21,600 | d33072d95207426714efcf66505e198d428f428d | add async success test | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/PayV2/Test/Mftf/Test/AmazonCheckoutAsyncSuccessTest.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 | ASD-569 - add async success test |
21,241 | 10.12.2020 14:08:47 | 21,600 | ab9421fe223c746affa1b77fb745fd058fd5df7a | make sure we can capture against an invoice, to prevent duplicate order comments in case we receive multiple IPN messages | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/AsyncManagement/Charge.php",
"new_path": "src/PayV2/Model/AsyncManagement/Charge.php",
"diff": "@@ -266,7 +266,7 @@ class Charge extends AbstractOperation\n$invoice = $this->invoiceService->prepareInvoice($order);\n$invoice->register();\n}\n- i... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-515 - make sure we can capture against an invoice, to prevent duplicate order comments in case we receive multiple IPN messages |
21,261 | 11.12.2020 12:18:14 | -3,600 | 28679c4c6dd9678e997b0a3a639af7a1e51ace9e | version increase to 2.7.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.7.0 |
21,241 | 11.12.2020 17:52:12 | 21,600 | 9be62d73f8c0f9694d6f2a5ac4e915e50f395d0a | fix for capturing pending auths after 7 days that return state of captureInitiated | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Model/AsyncManagement/Charge.php",
"new_path": "src/PayV2/Model/AsyncManagement/Charge.php",
"diff": "@@ -20,6 +20,7 @@ use Amazon\\PayV2\\Model\\Config\\Source\\PaymentAction;\nuse Magento\\Sales\\Api\\Data\\TransactionInterface as Transaction;\nuse... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-515 - fix for capturing pending auths after 7 days that return state of captureInitiated |
21,241 | 14.12.2020 16:51:00 | 21,600 | 0185cb5396d0f81e15c04994e19c650df7f22cf9 | update composer.json and module.xml for re-packaged module name/version, and expand php compatibility to match supported Magento versions | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "{\n- \"name\": \"amzn/amazon-pay-v2-magento-2-module\",\n- \"description\": \"Official Magento2 Plugin to integrate with Amazon Pay V2\",\n+ \"name\": \"amzn/amazon-pay-magento-2-module\",\n+ \"description\... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-266 - update composer.json and module.xml for re-packaged module name/version, and expand php compatibility to match supported Magento versions |
21,241 | 14.12.2020 17:47:43 | 21,600 | b78e21e730952172d23b2ac44ff66772afac7c27 | remove customer account redirect customization that was incompatible with 2.3. Re-implement as plugin if functionality is desired. | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Controller/Login.php",
"new_path": "src/PayV2/Controller/Login.php",
"diff": "@@ -20,7 +20,7 @@ use Amazon\\PayV2\\Api\\Data\\AmazonCustomerInterface;\nuse Amazon\\PayV2\\Domain\\AmazonCustomerFactory;\nuse Amazon\\PayV2\\Model\\AmazonConfig;\nuse Am... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-266 - remove customer account redirect customization that was incompatible with 2.3. Re-implement as plugin if functionality is desired. |
21,241 | 15.12.2020 14:09:12 | 21,600 | 026481e37e9715d70aaa4b7c38056dbcdeab85cd | update tests for 2.3 | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Test/Mftf-23/Test/AmazonCheckoutAsyncDeclinedTest.xml",
"new_path": "src/PayV2/Test/Mftf-23/Test/AmazonCheckoutAsyncDeclinedTest.xml",
"diff": "<!-- run async processing, which will cancel the order -->\n<magentoCLI command=\"amazon:payment:async:pro... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-266 - update tests for 2.3 |
21,241 | 17.12.2020 10:07:14 | 21,600 | 3352d3f604a9af16a727424490e892fd2901e725 | test updates, giving async transactions time to update before processing the queue | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Test/Mftf-24/Test/AmazonCheckoutAsyncDeclinedTest.xml",
"new_path": "src/PayV2/Test/Mftf-24/Test/AmazonCheckoutAsyncDeclinedTest.xml",
"diff": "<see selector=\"{{AdminOrderDetailsInformationSection.orderStatus}}\" userInput=\"Payment Review\" stepKey... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-270 - test updates, giving async transactions time to update before processing the queue |
21,241 | 17.12.2020 13:32:25 | 21,600 | d22d896410f89373269b2c6f309194cc2258224f | remove duplicate composer.json, and update top level to set a replace for the old module package names. Also remove zend-crypt requirement that is no longer needed. | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"license\": [\n\"Apache-2.0\"\n],\n+ \"replace\": {\n+ \"amzn/amazon-pay-and-login-magento-2-module\": \"*\",\n+ \"amzn/amazon-pay-and-login-with-amazon-core-module\": \"*\",\n+ \"amzn/login-with-amazon-mo... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-268 - remove duplicate composer.json, and update top level to set a replace for the old module package names. Also remove zend-crypt requirement that is no longer needed. |
21,241 | 17.12.2020 14:41:19 | 21,600 | 9c42ddd8772e606506e86da07089afab5c97443d | create source models that were re-used from CV1 | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Helper/Data.php",
"new_path": "src/PayV2/Helper/Data.php",
"diff": "@@ -180,11 +180,15 @@ class Data extends AbstractHelper\n$moduleName\n);\n$directoryRead = $this->readFactory->create($path);\n+\ntry {\n$composerJsonData = $directoryRead->readFile(... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-273 - create source models that were re-used from CV1 |
21,241 | 17.12.2020 18:42:04 | 21,600 | ece123778e675dfab8952bb6bd4390d5eb3675b2 | remove CV1 tests | [
{
"change_type": "DELETE",
"old_path": "src/PayV2/Test/Mftf-23/Test/AmazonCheckoutButtonV1Test.xml",
"new_path": null,
"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/testS... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-273 - remove CV1 tests |
21,241 | 17.12.2020 18:42:44 | 21,600 | 8fe6fafcd8c203f7958a426d69dbac60fc2ee19d | copy forward db tables from CV1 | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/etc/db_schema.xml",
"new_path": "src/PayV2/etc/db_schema.xml",
"diff": "<index referenceId=\"AMAZON_PAYV2_ASYNC_IS_PENDING\" indexType=\"btree\">\n<column name=\"is_pending\"/>\n</index>\n+ <index referenceId=\"AMAZON_PAYV2_ASYNC_CUSTOMER_ID_AMAZON_I... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-271 - copy forward db tables from CV1 |
21,241 | 17.12.2020 18:43:17 | 21,600 | 108578099f5ee3712842fcf5ee89ba23f952f9ae | copy forward a translation needed for tests to pass, rest will come with | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/i18n/en_US.csv",
"new_path": "src/PayV2/i18n/en_US.csv",
"diff": "\"This transaction was cancelled. Please try again.\",\"The transaction has been canceled, please try again.\"\n\"This transaction was declined. Please try again using a different paym... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-273 - copy forward a translation needed for tests to pass, rest will come with APF-272 |
21,241 | 22.12.2020 12:20:57 | 21,600 | 072ea775632f98a5c0f55a4788319cf95be47209 | ignore remaining phpcs warnings for now | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Block/Adminhtml/System/Config/Form/DeveloperLogs.php",
"new_path": "src/PayV2/Block/Adminhtml/System/Config/Form/DeveloperLogs.php",
"diff": "@@ -129,6 +129,7 @@ class DeveloperLogs extends \\Magento\\Config\\Block\\System\\Config\\Form\\Field\n$link... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-272 - ignore remaining phpcs warnings for now |
21,241 | 22.12.2020 12:22:04 | 21,600 | 5db5f759e16573f3b1f7aeec152dba1fcd63d497 | copy styling required for PDP button to function from CV1 | [
{
"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-top: 20px;\n}\n}\n+\n+ .amazon-divider {\n+ border-bottom: 1px solid #cccccc;\n+ line-height: 0.1em;\n+ margin: 18px 0 20px... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-273 - copy styling required for PDP button to function from CV1 |
21,241 | 23.12.2020 10:20:17 | 21,600 | f5df374a69603279a67e10d179673f1be3c35262 | update for library class wrapper | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Client/Client.php",
"new_path": "src/PayV2/Client/Client.php",
"diff": "* express or implied. See the License for the specific language governing\n* permissions and limitations under the License.\n*/\n+\n+// @codingStandardsIgnoreFile\n+\nnamespace A... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-272 - update for library class wrapper |
21,241 | 23.12.2020 14:36:14 | 21,600 | bf95431854ea45f4ce46e8696566db6c6ee6f720 | ensure we are using the correct config data | [
{
"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": "@@ -110,12 +110,15 @@ define([\n**/\n_redraw: function () {\nvar self = this;\n+\n+ amazonCheckout.withAmazonCheckout(function (amazon, ar... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-286 - ensure we are using the correct config data |
21,270 | 22.12.2020 17:05:40 | 28,800 | 0bb644cf541e9c65134ebc8ac5aea020c3e931f5 | wip of removing createcheckoutsession | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Api/CheckoutSessionManagementInterface.php",
"new_path": "src/PayV2/Api/CheckoutSessionManagementInterface.php",
"diff": "@@ -28,9 +28,10 @@ interface CheckoutSessionManagementInterface\n/**\n* @param mixed $cartId\n+ * @param mixed $checkoutSessionI... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-294 wip of removing createcheckoutsession |
21,270 | 23.12.2020 15:27:13 | 28,800 | 47ab3ee07fe231af1917e2a10ba10a297233b23f | finishing touches for both login and checkout buttons | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Block/Login.php",
"new_path": "src/PayV2/Block/Login.php",
"diff": "namespace Amazon\\PayV2\\Block;\nuse Amazon\\PayV2\\Model\\AmazonConfig;\n-use Amazon\\PayV2\\Model\\Adapter\\AmazonPayV2Adapter;\n-use Amazon\\Pay\\API\\Client;\nuse Magento\\Framew... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-294 finishing touches for both login and checkout buttons |
21,241 | 07.01.2021 14:24:17 | 21,600 | 4f7fcdf968c617925db2bd5f8f80203839a0971d | use the store id when the cart/session id is not set to determine when we need to reload config | [
{
"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": "@@ -31,7 +31,7 @@ define([\nreturn localStorage;\n};\nreturn function (callback) {\n- var cart... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-286 - use the store id when the cart/session id is not set to determine when we need to reload config |
21,241 | 07.01.2021 18:05:07 | 21,600 | 41e9a28d12780d47a1bd5a6b0341028473af2754 | call closeChargePermission instead of cancelCharge when voiding an order | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Gateway/Http/Client/VoidClient.php",
"new_path": "src/PayV2/Gateway/Http/Client/VoidClient.php",
"diff": "@@ -23,7 +23,7 @@ class VoidClient extends AbstractClient\n*/\nprotected function process(array $data)\n{\n- $response = $this->adapter->cancelC... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-284 - call closeChargePermission instead of cancelCharge when voiding an order |
21,241 | 08.01.2021 16:00:19 | 21,600 | f99679a120ecca40bee6beb6c83c4e349e5c2f25 | Code sniffer fixes, shorten line lengths | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Controller/Login/Checkout.php",
"new_path": "src/PayV2/Controller/Login/Checkout.php",
"diff": "@@ -35,7 +35,10 @@ class Checkout extends \\Amazon\\PayV2\\Controller\\Login\n$checkoutSessionId\n);\n- $this->checkoutSessionManagement->storeCheckoutSes... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Code sniffer fixes, shorten line lengths |
21,241 | 08.01.2021 16:02:14 | 21,600 | 1492dfbed9efa64dffe44bf0c87a171e66cff57c | use the order's Charge Permission ID for the void message instead of the parent transaction ID (which will be a Charge) | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/etc/di.xml",
"new_path": "src/PayV2/etc/di.xml",
"diff": "<type name=\"Magento\\Payment\\Model\\Method\\Adapter\">\n<plugin name=\"amazon_payv2_pay_action\" type=\"Amazon\\PayV2\\Plugin\\ModelMethodAdapter\" sortOrder=\"1\" />\n</type>\n+ <type name=... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-284 - use the order's Charge Permission ID for the void message instead of the parent transaction ID (which will be a Charge) |
21,241 | 08.01.2021 17:46:15 | 21,600 | d861377d9d0f05917cd56636cb866f6e11b0be1a | add field validation for Amazon config | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/etc/adminhtml/system.xml",
"new_path": "src/PayV2/etc/adminhtml/system.xml",
"diff": "<config_path>payment/amazon_payment_v2/private_key</config_path>\n<frontend_model>Amazon\\PayV2\\Model\\Config\\Form\\Privatekey</frontend_model>\n<backend_model>Ma... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-287 - add field validation for Amazon config |
21,241 | 08.01.2021 17:54:30 | 21,600 | 7a682f64d215b42962b5c42bd042cd637efac32d | update validation message to allow 13 or 14 characters for merchant ID | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/view/adminhtml/web/js/validation-mixin.js",
"new_path": "src/PayV2/view/adminhtml/web/js/validation-mixin.js",
"diff": "@@ -48,7 +48,7 @@ define(['jquery'], function ($) {\n}\nreturn (/^[0-9A-Z]{13}[0-9A-Z]?$/).test(v);\n},\n- $.mage.__('Merchant Id ... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-287 - update validation message to allow 13 or 14 characters for merchant ID |
21,241 | 11.01.2021 10:19:31 | 21,600 | b3855a251f42407cb04815ebb6454da5acd3ac55 | make credential fields depend on AP being active, and do not allow them to be empty | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/etc/adminhtml/system.xml",
"new_path": "src/PayV2/etc/adminhtml/system.xml",
"diff": "<frontend_model>Amazon\\PayV2\\Model\\Config\\Form\\Privatekey</frontend_model>\n<backend_model>Magento\\Config\\Model\\Config\\Backend\\Encrypted</backend_model>\n... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-287 - make credential fields depend on AP being active, and do not allow them to be empty |
21,241 | 12.01.2021 13:49:28 | 21,600 | 961f947396f64eb95b61c86a21bd5bb53c153fbf | Implemented API credentials verification
# Conflicts:
# src/PayV2/etc/di.xml | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/Client/ClientFactory.php",
"new_path": "src/PayV2/Client/ClientFactory.php",
"diff": "@@ -62,16 +62,16 @@ class ClientFactory implements ClientFactoryInterface\n/**\n* {@inheritDoc}\n*/\n- public function create($scopeId = null, $scope = ScopeInterfa... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-365: Implemented API credentials verification
# Conflicts:
# src/PayV2/etc/di.xml |
21,241 | 12.01.2021 17:59:20 | 21,600 | 160bfb2f71753c6960ac2c4f211031a5fbefebb3 | remove simplepath CV1 js | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/view/adminhtml/requirejs-config.js",
"new_path": "src/PayV2/view/adminhtml/requirejs-config.js",
"diff": "@@ -17,9 +17,6 @@ var config = {\nmixins: {\n'mage/validation': {\n'Amazon_PayV2/js/validation-mixin': true\n- },\n- 'Amazon_Core/js/simplepath'... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-267 - remove simplepath CV1 js |
21,241 | 12.01.2021 18:01:27 | 21,600 | 4b414c83fcd00ade2902d2086b8d376069df1e77 | add toUpper / toLower on credential fields, and remove the merchant ID length validator for now | [
{
"change_type": "MODIFY",
"old_path": "src/PayV2/etc/adminhtml/system.xml",
"new_path": "src/PayV2/etc/adminhtml/system.xml",
"diff": "<field id=\"merchant_id_v2\" translate=\"label\" type=\"text\" sortOrder=\"10\" showInDefault=\"1\" showInWebsite=\"1\" showInStore=\"1\">\n<label>Merchant Id</labe... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-287 - add toUpper / toLower on credential fields, and remove the merchant ID length validator for now |
21,241 | 12.01.2021 18:14:36 | 21,600 | b9f5d5b229db3ab36223ccc12984934bf037606d | update composer.json to reflect structure change | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "},\n\"autoload\": {\n\"files\": [\n- \"src/PayV2/registration.php\"\n+ \"registration.php\"\n],\n\"psr-4\": {\n- \"Amazon\\\\PayV2\\\\\": \"src/PayV2\"\n+ \"Amazon\\\\PayV2\\\\\": \"\"\n}\n}\n}\n"
}
] | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-268 - update composer.json to reflect structure change |
21,241 | 13.01.2021 14:25:42 | 21,600 | a7487394ff0cbe8c1b4605f69757709f06851842 | allow multi-line private keys | [
{
"change_type": "MODIFY",
"old_path": "view/adminhtml/web/js/validation-mixin.js",
"new_path": "view/adminhtml/web/js/validation-mixin.js",
"diff": "@@ -35,7 +35,7 @@ define(['jquery'], function ($) {\nif (v == '******') {\nreturn true;\n}\n- return (/^-----BEGIN RSA PRIVATE KEY-----.*-----END RSA ... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-288 - allow multi-line private keys |
21,241 | 13.01.2021 14:26:38 | 21,600 | 1474594017388882b1bbf41763a6cee7aa31b615 | uncheck "inherit" setting when disabling due to failed credential validation | [
{
"change_type": "MODIFY",
"old_path": "Plugin/ConfigCredentialsValidator.php",
"new_path": "Plugin/ConfigCredentialsValidator.php",
"diff": "@@ -24,6 +24,7 @@ class ConfigCredentialsValidator\n{\nconst XML_PATH_API_VERSION = 'groups/amazon_pay/fields/api_version/value';\nconst XML_PATH_ACTIVE = 'gr... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-281 - uncheck "inherit" setting when disabling due to failed credential validation |
21,241 | 13.01.2021 14:27:15 | 21,600 | 1b7a55db466689087e82add651658adacec29e67 | remove unused config field, and take out the setup_version from the module.xml since we use declarative schema | [
{
"change_type": "MODIFY",
"old_path": "etc/adminhtml/system.xml",
"new_path": "etc/adminhtml/system.xml",
"diff": "<frontend_model>Magento\\Paypal\\Block\\Adminhtml\\System\\Config\\Fieldset\\Payment</frontend_model>\n<group id=\"credentials\" translate=\"label\" type=\"text\" sortOrder=\"10\" show... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-281 - remove unused config field, and take out the setup_version from the module.xml since we use declarative schema |
21,241 | 15.01.2021 10:44:30 | 21,600 | 8ca3379493cbd89417479415912a7ca2937552f9 | invalidate js customer data when clicking Amazon Sign-in button | [
{
"change_type": "MODIFY",
"old_path": "view/frontend/web/js/amazon-login-button.js",
"new_path": "view/frontend/web/js/amazon-login-button.js",
"diff": "@@ -18,7 +18,8 @@ define([\n'Amazon_PayV2/js/model/storage',\n'mage/url',\n'Amazon_PayV2/js/amazon-checkout',\n-], function ($, checkoutSessionCon... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-292 - invalidate js customer data when clicking Amazon Sign-in button |
21,241 | 15.01.2021 17:10:20 | 21,600 | 5649795013db9d54ba906e31d5b0df29a99dc730 | update README to note removing prior versions | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -19,6 +19,23 @@ All Amazon Pay transactions are protected by Amazon's A-to-z Guarantee.\nYou can find a list of modules in the require section of the `composer.json` file located in the\nsame directory as this `... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-268 - update README to note removing prior versions |
21,241 | 19.01.2021 16:22:21 | 21,600 | 2ebf0881bd7667aa91b2a160b4ae33e612e2bc85 | add sign out of amazon button to the password validation page shown when the email used for an Amazon account is already used on the store | [
{
"change_type": "MODIFY",
"old_path": "view/frontend/requirejs-config.js",
"new_path": "view/frontend/requirejs-config.js",
"diff": "@@ -30,7 +30,8 @@ var config = {\namazonPayV2Button: 'Amazon_PayV2/js/amazon-button',\namazonPayV2Config: 'Amazon_PayV2/js/model/amazonPayV2Config',\namazonPayV2Login... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-290 - add sign out of amazon button to the password validation page shown when the email used for an Amazon account is already used on the store |
21,241 | 19.01.2021 16:33:54 | 21,600 | 0bd72f74a31adb0700fb41e68d69a4541e6f5626 | update styling on the Sign-in with Amazon section | [
{
"change_type": "MODIFY",
"old_path": "view/frontend/web/css/source/_module.less",
"new_path": "view/frontend/web/css/source/_module.less",
"diff": "}\n}\n+ /* for the \"Amazon Sign-in\" button */\n+ .amazon-button-container {\n+ display: table;\n+ margin: 0 0 22px;\n+\n+ &__cell {\n+ display: tabl... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-295 - update styling on the Sign-in with Amazon section |
21,241 | 19.01.2021 16:34:20 | 21,600 | 50e47af88a7a233a87c6fa1dbeae99c7edd625c8 | Ensure we have a return value from completeCheckoutSession call | [
{
"change_type": "MODIFY",
"old_path": "Model/CheckoutSessionManagement.php",
"new_path": "Model/CheckoutSessionManagement.php",
"diff": "@@ -602,7 +602,12 @@ class CheckoutSessionManagement implements \\Amazon\\PayV2\\Api\\CheckoutSessionMana\nif ($this->isAvailable($cartId)) {\n$checkoutSession = ... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Ensure we have a return value from completeCheckoutSession call |
21,241 | 21.01.2021 12:05:31 | 21,600 | c0c553ca48187f65769135611af28584748f33a0 | use a text link instead of button for canceling Sign in with Amazon | [
{
"change_type": "MODIFY",
"old_path": "view/frontend/templates/form/validate.phtml",
"new_path": "view/frontend/templates/form/validate.phtml",
"diff": "</a>\n</div>\n<div class=\"secondary amazon-logout\">\n- <button class=\"amazon-logout-button\" data-mage-init='{\"amazonPayV2LogoutButton\": {}}'... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-290 - use a text link instead of button for canceling Sign in with Amazon |
21,241 | 21.01.2021 12:06:17 | 21,600 | 18fd78a309516583cfd3618257def094b04ce697 | allow make "RSA" piece of private key header/footer optional - some generated keys don't have it | [
{
"change_type": "MODIFY",
"old_path": "view/adminhtml/web/js/validation-mixin.js",
"new_path": "view/adminhtml/web/js/validation-mixin.js",
"diff": "@@ -35,7 +35,7 @@ define(['jquery'], function ($) {\nif (v == '******') {\nreturn true;\n}\n- return (/^-----BEGIN RSA PRIVATE KEY-----.*-----END RSA ... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-288 - allow make "RSA" piece of private key header/footer optional - some generated keys don't have it |
21,241 | 25.01.2021 17:52:46 | 21,600 | 387e90c58a313a42fe0853460397281496b7750c | additional v2 changes, including renaming files. Checkout is functioning but needs additional testing | [
{
"change_type": "RENAME",
"old_path": "Controller/Adminhtml/PayV2/DownloadLog.php",
"new_path": "Controller/Adminhtml/Pay/DownloadLog.php",
"diff": ""
},
{
"change_type": "RENAME",
"old_path": "Model/Adapter/AmazonPayV2Adapter.php",
"new_path": "Model/Adapter/AmazonPayAdapter.php",
... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-278 - additional v2 changes, including renaming files. Checkout is functioning but needs additional testing |
21,270 | 22.12.2020 12:56:30 | 28,800 | 6995d5d7d1a78dd5c3059b823e5c75205841b191 | fixes credit memo with multi-auth and captureinitiated | [
{
"change_type": "MODIFY",
"old_path": "Model/AsyncManagement/Charge.php",
"new_path": "Model/AsyncManagement/Charge.php",
"diff": "@@ -279,6 +279,7 @@ class Charge extends AbstractOperation\n$invoice->register();\n}\nif ($invoice && ($invoice->canCapture() || $invoice->getOrder()->getStatus() == Or... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-594 fixes credit memo with multi-auth and captureinitiated |
21,270 | 17.12.2020 10:59:04 | 28,800 | f367dd2b89f805432466a21dfb3d6f499770150c | adds cloudfront cdn whitelist | [
{
"change_type": "MODIFY",
"old_path": "etc/csp_whitelist.xml",
"new_path": "etc/csp_whitelist.xml",
"diff": "<value id=\"amazon_cloudfront20\" type=\"host\">d2bomicxw8p7ii.cloudfront.net</value>\n<value id=\"amazon_cloudfront21\" type=\"host\">d3aypcdgvjnnam.cloudfront.net</value>\n<value id=\"amaz... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-559 adds cloudfront cdn whitelist |
21,241 | 06.01.2021 12:44:31 | 21,600 | 20db4b6d2522434ca1ac7a91b523ef2e269443cc | when capturing payment, make sure that chargeId is set on the invoice and that the invoice is marked as closed | [
{
"change_type": "MODIFY",
"old_path": "Model/AsyncManagement/Charge.php",
"new_path": "Model/AsyncManagement/Charge.php",
"diff": "@@ -281,6 +281,7 @@ class Charge extends AbstractOperation\nif ($invoice && ($invoice->canCapture() || $invoice->getOrder()->getStatus() == Order::STATE_PAYMENT_REVIEW)... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-609 - when capturing payment, make sure that chargeId is set on the invoice and that the invoice is marked as closed |
21,241 | 27.01.2021 15:11:29 | 21,600 | 676ba912adc74255c420b5dc5c03a5eabd29702f | make sign in button class distinct from pay button | [
{
"change_type": "MODIFY",
"old_path": "view/frontend/templates/login.phtml",
"new_path": "view/frontend/templates/login.phtml",
"diff": "</p>\n<div class=\"actions-toolbar\">\n<div class=\"primary\">\n- <div class=\"amazon-button-container\">\n- <div class=\"amazon-button-container__cell\">\n+ <div... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-278 - make sign in button class distinct from pay button |
21,241 | 28.01.2021 10:51:02 | 21,600 | d82731f5ce166d5c711a939751331c5eb817f6dc | fix for codesniffer line length | [
{
"change_type": "MODIFY",
"old_path": "view/frontend/templates/form/validate.phtml",
"new_path": "view/frontend/templates/form/validate.phtml",
"diff": "</a>\n</div>\n<div class=\"secondary amazon-logout\">\n- <a class=\"amazon-logout-button\" href=\"#\" data-mage-init='{\"amazonPayLogoutButton\": ... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-290 - fix for codesniffer line length |
21,241 | 29.01.2021 10:19:13 | 21,600 | f91d07f5ba3051326b2c25912106d887a99fc127 | Add php 7.2 support that somehow got lost | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"phpunit/phpunit\": \"4.1.0\"\n},\n\"require\": {\n- \"php\": \"~7.0.13||~7.1.0||~7.3.0||~7.4.0\",\n+ \"php\": \"~7.0.13||~7.1.0||~7.2.0||~7.3.0||~7.4.0\",\n\"magento/framework\": \"*\",\n\"magento/module-... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Add php 7.2 support that somehow got lost |
21,241 | 01.02.2021 10:43:17 | 21,600 | 92bd63ba3a85720dd66b5ca75255f7b4b1987339 | Add specific version requirements of Magento core modules | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "},\n\"require\": {\n\"php\": \"~7.0.13||~7.1.0||~7.2.0||~7.3.0||~7.4.0\",\n- \"magento/framework\": \"*\",\n- \"magento/module-sales\": \"*\",\n- \"magento/module-checkout\": \"*\",\n- \"magento/module-paym... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Add specific version requirements of Magento core modules |
21,241 | 01.02.2021 14:36:54 | 21,600 | 316eec2a410f0f0f37703bb3d28e748ed221e0c6 | get language a differet way to remove the error suppression | [
{
"change_type": "MODIFY",
"old_path": "Model/AmazonConfig.php",
"new_path": "Model/AmazonConfig.php",
"diff": "@@ -162,8 +162,8 @@ class AmazonConfig\npublic function getLanguage($scope = ScopeInterface::SCOPE_STORE, $scopeCode = null)\n{\n$paymentRegion = $this->getRegion($scope, $scopeCode);\n- /... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-290 - get language a differet way to remove the error suppression |
21,270 | 02.02.2021 11:57:38 | 28,800 | 3beced9d93c976cab4df84bad322f6d186c58a6a | adds index to checkout session quote id column | [
{
"change_type": "MODIFY",
"old_path": "etc/db_schema.xml",
"new_path": "etc/db_schema.xml",
"diff": "<column name=\"id\"/>\n</constraint>\n<constraint xsi:type=\"foreign\" referenceId=\"AMAZON_PAYV2_CHECKOUT_SESSION_QUOTE_ID_QUOTE_ENTITY_ID\" table=\"amazon_payv2_checkout_session\" column=\"quote_i... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-627 adds index to checkout session quote id column |
21,241 | 04.02.2021 11:51:51 | 21,600 | c24e0a0c9e30bb9cf8e7903dda19c41892ff3097 | Add amzn/amazon-payments-magento-2-plugin package to composer replace block | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"amzn/amazon-pay-and-login-with-amazon-core-module\": \"*\",\n\"amzn/login-with-amazon-module\": \"*\",\n\"amzn/amazon-pay-module\": \"*\",\n- \"amzn/amazon-pay-v2-magento-2-module\": \"*\"\n+ \"amzn/amazo... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Add amzn/amazon-payments-magento-2-plugin package to composer replace block |
21,270 | 09.02.2021 13:01:04 | 28,800 | fb2167d821aa657e5b5992229510071151b9bf74 | adds session load of payment and collect totals | [
{
"change_type": "MODIFY",
"old_path": "Model/CheckoutSessionManagement.php",
"new_path": "Model/CheckoutSessionManagement.php",
"diff": "@@ -81,6 +81,11 @@ class CheckoutSessionManagement implements \\Amazon\\Pay\\Api\\CheckoutSessionManage\n*/\nprivate $searchCriteriaBuilder;\n+ /**\n+ * @var \\Ma... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | adds session load of payment and collect totals |
21,241 | 09.02.2021 18:47:33 | 21,600 | 6b0388e2e49ec350d8100cca2d3bcd9e6e39cd4d | always return true for refund async processing, can assume they always succeed | [
{
"change_type": "MODIFY",
"old_path": "Model/AsyncManagement/Refund.php",
"new_path": "Model/AsyncManagement/Refund.php",
"diff": "@@ -104,9 +104,9 @@ class Refund extends AbstractOperation\n);\n$this->asyncLogger->info('Refund declined for Order #' . $order->getIncrementId());\n-\n- return true;\n... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-515 - always return true for refund async processing, can assume they always succeed |
21,241 | 09.02.2021 19:06:51 | 21,600 | 25ee3eaf1ffbfccfa34bbb25f6d575788cb94a18 | add handling for processing CV1 initiated orders using CV2 | [
{
"change_type": "MODIFY",
"old_path": "etc/adminhtml/di.xml",
"new_path": "etc/adminhtml/di.xml",
"diff": "<type name=\"Magento\\Backend\\Block\\Widget\\Form\\Element\\Dependence\">\n<plugin name=\"amazon_pay_backend_field_dependence\" type=\"Amazon\\Pay\\Plugin\\BackendFieldDependence\" sortOrder=... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-307 - add handling for processing CV1 initiated orders using CV2 |
21,241 | 09.02.2021 19:18:43 | 21,600 | 0afe8adbe87cffe86f11fda5643158a96bd22cad | remove some PayV2 that snuck through from the testing env | [
{
"change_type": "MODIFY",
"old_path": "Setup/Patch/Data/MigrateLegacyTransactions.php",
"new_path": "Setup/Patch/Data/MigrateLegacyTransactions.php",
"diff": "namespace Amazon\\Pay\\Setup\\Patch\\Data;\n-use Amazon\\PayV2\\Api\\Data\\AsyncInterfaceFactory;\n+use Amazon\\Pay\\Api\\Data\\AsyncInterfa... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-307 - remove some PayV2 that snuck through from the testing env |
21,241 | 12.02.2021 09:19:40 | 21,600 | 1aef92c8c12b1406e9158cf5d9e91ee92c07bc5c | remove type hinting on method because sometimes the $result could be null | [
{
"change_type": "MODIFY",
"old_path": "Plugin/LegacyPaymentHandler.php",
"new_path": "Plugin/LegacyPaymentHandler.php",
"diff": "@@ -36,7 +36,7 @@ class LegacyPaymentHandler\n* @param Payment $result\n* @return Payment\n*/\n- public function afterGetPayment(Order $subject, Payment $result)\n+ publi... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-637 - remove type hinting on method because sometimes the $result could be null |
21,241 | 12.02.2021 09:22:32 | 21,600 | 2c6cae72eec5f1f745c3b622c6ce8f6a7dae4439 | update logging to use new method to pull module version | [
{
"change_type": "MODIFY",
"old_path": "Model/Adapter/AmazonPayAdapter.php",
"new_path": "Model/Adapter/AmazonPayAdapter.php",
"diff": "@@ -90,7 +90,7 @@ class AmazonPayAdapter\n*/\nprotected function getMerchantCustomInformation()\n{\n- return sprintf('Magento Version: 2, Plugin Version: %s', $this... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-270 - update logging to use new method to pull module version |
21,241 | 12.02.2021 09:27:52 | 21,600 | 895c064182782a52a71d1c13bd3cc9f9e889360c | update async processing to find transaction either by A or C | [
{
"change_type": "MODIFY",
"old_path": "Model/AsyncManagement/AbstractOperation.php",
"new_path": "Model/AsyncManagement/AbstractOperation.php",
"diff": "@@ -82,7 +82,9 @@ abstract class AbstractOperation\n*/\nprotected function getTransaction($transactionId, $type = null)\n{\n- $this->searchCriteri... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-307 - update async processing to find transaction either by A or C |
21,270 | 12.02.2021 16:39:19 | 28,800 | f4c36bbc1ebceb518ccc87bda0fd02055cb77f59 | fixes product page button hover and some annoyances with it | [
{
"change_type": "MODIFY",
"old_path": "view/frontend/templates/payment-link-product-page.phtml",
"new_path": "view/frontend/templates/payment-link-product-page.phtml",
"diff": "<div class=\"amazon-checkout-now\" style=\"display: none;\"><?= $block->escapeHtml(__('Checkout now')) ?></div>\n<div clas... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-632 fixes product page button hover and some annoyances with it |
21,270 | 15.02.2021 12:54:04 | 28,800 | c34afa25eed0ad795a38cf6f580a1dc1121a0a6a | fixes pdp tooltip styling | [
{
"change_type": "MODIFY",
"old_path": "view/frontend/web/css/source/_module.less",
"new_path": "view/frontend/web/css/source/_module.less",
"diff": "width: 100%;\ndisplay: block;\ntext-align: center;\n- .amazon-button-container {\n- display: inline-block;\n- margin: 0px;\n- }\n.field-tooltip {\n.fi... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-632 fixes pdp tooltip styling |
21,241 | 16.02.2021 17:25:56 | 21,600 | f7e5158c6a3cad31347fd89aca1727adc0c95069 | pass the module name into method to get version | [
{
"change_type": "MODIFY",
"old_path": "Model/Adapter/AmazonPayAdapter.php",
"new_path": "Model/Adapter/AmazonPayAdapter.php",
"diff": "@@ -90,7 +90,7 @@ class AmazonPayAdapter\n*/\nprotected function getMerchantCustomInformation()\n{\n- return sprintf('Magento Version: 2, Plugin Version: %s', $this... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-270 - pass the module name into method to get version |
21,241 | 16.02.2021 17:28:23 | 21,600 | 7d9d407d5c9dc7dc3c51fd7bae981d2d022af4de | move legacy transaction plugin to general di.xml because it needs to run for cron as well | [
{
"change_type": "MODIFY",
"old_path": "etc/adminhtml/di.xml",
"new_path": "etc/adminhtml/di.xml",
"diff": "<type name=\"Magento\\Backend\\Block\\Widget\\Form\\Element\\Dependence\">\n<plugin name=\"amazon_pay_backend_field_dependence\" type=\"Amazon\\Pay\\Plugin\\BackendFieldDependence\" sortOrder=... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | APF-307 - move legacy transaction plugin to general di.xml because it needs to run for cron as well |
21,241 | 16.02.2021 17:49:28 | 21,600 | 61bcbb6c0d34250a8b8a6949c2b2fd87226b5eae | Update CHANGELOG for re-submission of 5.0.0 | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG.md",
"new_path": "CHANGELOG.md",
"diff": "# Change Log\n-## <new version>\n-* Fixes product page button hover and tooltip button placement\n-\n## 5.0.0\n* General Availability release, replacing versions that were previously included in core Magento ... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Update CHANGELOG for re-submission of 5.0.0 |
21,270 | 17.02.2021 12:26:30 | 28,800 | 101087e49fc33a3e672c1ba1c31e3f03b5e1f768 | 2.4 test for multi auth capture initiated | [
{
"change_type": "MODIFY",
"old_path": "Test/Mftf-24/Data/AmazonPaymentConfigData.xml",
"new_path": "Test/Mftf-24/Data/AmazonPaymentConfigData.xml",
"diff": "<entity name=\"SampleAmazonPaymentLwaDisabled\" type=\"lwa_enabled\">\n<data key=\"value\">0</data>\n</entity>\n+ <entity name=\"SampleAmazonP... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-570 2.4 test for multi auth capture initiated |
21,270 | 17.02.2021 12:28:59 | 28,800 | 7d6e536261a8bd016973afba9086c1906ba896a0 | 2.4 basic refund test | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "Test/Mftf-24/Test/AmazonRefund.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/testSchema.xsd\">\n+ <test name=... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-570 2.4 basic refund test |
21,270 | 17.02.2021 13:47:03 | 28,800 | 985cb643f514b3ef8363773c1b505334632a8b50 | 2.4 adds test for multi auth refund | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "Test/Mftf-24/Test/AmazonRefundMultiAuth.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/testSchema.xsd\">\n+ <t... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-570 2.4 adds test for multi auth refund |
21,264 | 18.02.2021 18:38:25 | 0 | e97ab3a9f8b28368f69419aa98c47f0f5572f635 | Minor changes to README.md and Beta callout | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -5,9 +5,9 @@ This extension provides an official integration of your Magento 2 store with **A\nAmazon Pay offers a familiar and convenient buying experience that can help your customers spend more time shopping ... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Minor changes to README.md and Beta callout |
21,241 | 18.02.2021 14:49:26 | 21,600 | 9a33948848bca66dddd701e919bac5ccb5f823a0 | Refer to CHANGELOG.md for release notes | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -51,11 +51,4 @@ Magento Version | Github Branch | Latest release\n2.3.0 - 2.4.x | [master](https://github.com/amzn/amazon-payments-magento-2-plugin/tree/master) | 5.0.1\n## Release Notes\n-### 5.0.0\n-* General ... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Refer to CHANGELOG.md for release notes |
21,264 | 18.02.2021 21:02:30 | 0 | 56f21a735a8c0f0722a8a6f9dba945e614a153fd | Add GH Issues link. | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -40,7 +40,7 @@ Starting from version 5.0.0, Amazon Pay is hosted on the Magento Marketplace and\n* A verified Amazon Pay merchant account - [sign up here](https://pay.amazon.com/signup)!\n## Installation and Con... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Add GH Issues link. |
21,241 | 18.02.2021 16:47:57 | 21,600 | f5ee7f73dea4555231f9ce7f74ec20c820e2004a | Remove di entry for removed plugin | [
{
"change_type": "MODIFY",
"old_path": "etc/frontend/di.xml",
"new_path": "etc/frontend/di.xml",
"diff": "<type name=\"Magento\\Checkout\\Block\\Checkout\\LayoutProcessor\">\n<plugin name=\"amazon_pay_checkout_processor\" type=\"Amazon\\Pay\\Plugin\\CheckoutProcessor\" />\n</type>\n- <type name=\"Am... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | Remove di entry for removed plugin |
21,270 | 18.02.2021 16:23:14 | 28,800 | 2a5459085073ba94475d87702cfefb4ce98ce792 | ported new tests to Magento 2.3 | [
{
"change_type": "MODIFY",
"old_path": "Test/Mftf-23/Data/AmazonPaymentConfigData.xml",
"new_path": "Test/Mftf-23/Data/AmazonPaymentConfigData.xml",
"diff": "<entity name=\"SampleAmazonPaymentLwaDisabled\" type=\"lwa_enabled\">\n<data key=\"value\">0</data>\n</entity>\n+ <entity name=\"SampleAmazonP... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-570 ported new tests to Magento 2.3 |
21,270 | 22.02.2021 13:34:25 | 28,800 | 3d71a2f203c824cdc7332c994c527a4f06cbd580 | wip of cancel url | [
{
"change_type": "MODIFY",
"old_path": "Model/Adapter/AmazonPayAdapter.php",
"new_path": "Model/Adapter/AmazonPayAdapter.php",
"diff": "@@ -57,6 +57,8 @@ class AmazonPayAdapter\n*/\nprivate $url;\n+ private $redirect;\n+\n/**\n* AmazonPayAdapter constructor.\n* @param \\Amazon\\Pay\\Client\\ClientFa... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-600 wip of cancel url |
21,270 | 23.02.2021 10:45:04 | 28,800 | fe315bc453d241bebde2e9ae32a97885748e1b8e | wip of language field in admin | [
{
"change_type": "MODIFY",
"old_path": "Model/AmazonConfig.php",
"new_path": "Model/AmazonConfig.php",
"diff": "@@ -140,6 +140,10 @@ class AmazonConfig\n*/\npublic function getLanguage($scope = ScopeInterface::SCOPE_STORE, $scopeCode = null)\n{\n+ if ($lang = $this->scopeConfig->getValue('payment/am... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-577 wip of language field in admin |
21,270 | 23.02.2021 11:53:04 | 28,800 | 10b196e256f6e872cef681409fb339b82049fa4c | updates Alexa feature name | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -12,7 +12,7 @@ Starting from version 5.0.0, Amazon Pay is hosted on the Magento Marketplace and\n* Avoids problems on browsers that have active cookie blocking or tracking protection mechanisms\n* Supports digit... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-643 updates Alexa feature name |
21,270 | 23.02.2021 15:30:56 | 28,800 | a45b9f841271b73f58922879f453b389bbf5e4c3 | rounds-up the usage of the cancel url feature | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG.md",
"new_path": "CHANGELOG.md",
"diff": "# Change Log\n+## <new release>\n+* Uses the button page URL as the redirect back when cancelling the session. Provides tests for it.\n+\n## 5.0.1\n* Remove reliance on legacy config value being set.\n"
},
... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-600 rounds-up the usage of the cancel url feature |
21,270 | 24.02.2021 10:08:25 | 28,800 | 0eee27aaf884d2b32cd34407e597d716ca8d3104 | fix issue when no session is present yet | [
{
"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": "@@ -33,7 +33,7 @@ define([\nreturn function (callback) {\nvar cartId = customerData.get('cart')()['data_id'] || wi... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-600 fix issue when no session is present yet |
21,270 | 24.02.2021 13:28:13 | 28,800 | d18e149d9b1bcfc8659f1e9c9aab76e11798ae45 | fixes updating config without new private key | [
{
"change_type": "MODIFY",
"old_path": "Plugin/ConfigCredentialsValidator.php",
"new_path": "Plugin/ConfigCredentialsValidator.php",
"diff": "@@ -210,6 +210,7 @@ class ConfigCredentialsValidator\n{\ntry {\nif ($this->isApplicable($subject)) {\n+ $subject->load();\n$config = $this->getUpdatedConfig($... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-577 fixes updating config without new private key |
21,270 | 24.02.2021 13:29:46 | 28,800 | d2c4a0a62c747a42c98e6abb58e7dc26bec334a9 | finishes the language config field | [
{
"change_type": "MODIFY",
"old_path": "Model/AmazonConfig.php",
"new_path": "Model/AmazonConfig.php",
"diff": "@@ -27,6 +27,17 @@ class AmazonConfig\nconst LANG_JA = 'ja_JP';\nconst LANG_UK = 'en_GB';\nconst LANG_US = 'en_US';\n+ const EUROPEAN_LOCALES = [\n+ self::LANG_UK,\n+ self::LANG_DE,\n+ sel... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-577 finishes the language config field |
21,270 | 25.02.2021 12:33:47 | 28,800 | 8947580950c6545daad3c7c16ae033fe04112f7c | replaces private key field with a .pem file parser | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG.md",
"new_path": "CHANGELOG.md",
"diff": "# Change Log\n+## <new release>\n+* Replaces private key field with a .pem file parser.\n+\n## 5.0.1\n* Remove reliance on legacy config value being set.\n"
},
{
"change_type": "RENAME",
"old_path... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-647 replaces private key field with a .pem file parser |
21,270 | 25.02.2021 12:48:23 | 28,800 | dca58fae6ed299b588c195992d4fedcffbe8733a | adds missing class reference | [
{
"change_type": "MODIFY",
"old_path": "Model/Config/File/PrivateKeyPem.php",
"new_path": "Model/Config/File/PrivateKeyPem.php",
"diff": "@@ -47,7 +47,7 @@ class PrivateKeyPem extends \\Magento\\Config\\Model\\Config\\Backend\\File\n\\Magento\\Framework\\App\\Cache\\TypeListInterface $cacheTypeList,... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-647 adds missing class reference |
21,270 | 25.02.2021 16:01:36 | 28,800 | 7f61ca154a8e8178fdcae6887bba1e32c479055b | adds test for cancel urls | [
{
"change_type": "MODIFY",
"old_path": "Test/Mftf-24/Section/AmazonPageSection.xml",
"new_path": "Test/Mftf-24/Section/AmazonPageSection.xml",
"diff": "<element name=\"signInButton\" type=\"button\" selector=\"#signInSubmit\"/>\n<element name=\"checkoutButton\" type=\"button\" selector=\"#default-bu... | PHP | Apache License 2.0 | amzn/amazon-payments-magento-2-plugin | ASD-600 adds test for cancel urls |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.