{"id":677,"date":"2019-11-19T07:06:53","date_gmt":"2019-11-19T07:06:53","guid":{"rendered":"https:\/\/meetanshi.com\/blog\/2019\/11\/19\/solved-paypal-issue-in-magento-2-3-3-checkout\/"},"modified":"2025-07-23T13:05:53","modified_gmt":"2025-07-23T07:35:53","slug":"solved-paypal-issue-in-magento-2-3-3-checkout","status":"publish","type":"post","link":"https:\/\/meetanshi.com\/blog\/solved-paypal-issue-in-magento-2-3-3-checkout\/","title":{"rendered":"Solved &#8211; PayPal Issue in Magento 2.3.3 Checkout"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Recently upgraded to the <a href=\"https:\/\/meetanshi.com\/blog\/magento-2-3-3-release\/\" target=\"_blank\" rel=\"noreferrer noopener\">Magento 2.3.3<\/a> version?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But are you facing the <strong>PayPal issue in Magento 2.3.3 checkout<\/strong> or order placement?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The upgraded store works fine with adding products to the cart, checkout, and placing the order but fails to send the order confirmation Email!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You get an exception like:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2019\/11\/Paypal-problem-in-checkout-for-Magento-2.3.3-solution-by-Meetanshi-700x225.png\" alt=\"PayPal issue in Magento 2.3.3 checkout\" class=\"wp-image-50329\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Try the below solution to get rid of this Paypal problem while checkout and order placement:<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Solution for PayPal Issue in Magento 2.3.3 Checkout<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Find the below code in <em><strong>vendor\/magento\/module-checkout\/view\/frontend\/web\/js\/action\/select-payment-method.js<\/strong><\/em><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">define([\n    '..\/model\/quote'\n], function (quote) {\n    'use strict';\n\n    return function (paymentMethod) {\n        if (paymentMethod) {\n            paymentMethod.__disableTmpl = {\n                title: true\n            };\n        }\n        quote.paymentMethod(paymentMethod);\n    };\n});<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">and replace it with:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">define([\n    '..\/model\/quote'\n], function (quote) {\n    'use strict';\n\n    return function (paymentMethod) {\n        \/*if (paymentMethod) {\n            paymentMethod.__disableTmpl = {\n                title: true\n            };\n        }*\/\n        quote.paymentMethod(paymentMethod);\n    };\n});<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Compile the code.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That\u2019s it. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you are also facing the <a href=\"https:\/\/meetanshi.com\/blog\/solved-magento-paypal-issue-with-base-currency-inr\/\">Magento PayPal issue with base currency INR<\/a> you can also have a solution for that particular error.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Also Read:<\/strong> <a href=\"https:\/\/meetanshi.com\/blog\/manage-custom-amount-with-paypal-in-magento-2\/\" target=\"_blank\" rel=\"noreferrer noopener\">How to Manage Custom Amount with PayPal in Magento 2<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Please share the post with the store owners and admins of the Magento 2.3.3 stores via social media.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Thanks!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Recently upgraded to the Magento 2.3.3 version? But are you facing the PayPal issue in Magento 2.3.3 checkout or order placement? The upgraded store works&#8230;<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[34],"tags":[],"class_list":["post-677","post","type-post","status-publish","format-standard","hentry","category-magento"],"acf":[],"_links":{"self":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/677","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/comments?post=677"}],"version-history":[{"count":4,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/677\/revisions"}],"predecessor-version":[{"id":19190,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/677\/revisions\/19190"}],"wp:attachment":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/media?parent=677"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/categories?post=677"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/tags?post=677"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}