From 4da72f0ec5c8f80ece7d1928d72985de09cdcce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20H?= Date: Tue, 30 Nov 2021 17:15:38 +0100 Subject: [PATCH 1/2] Replace private function by protected --- Model/Social.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Model/Social.php b/Model/Social.php index 14b3ed2..699b297 100755 --- a/Model/Social.php +++ b/Model/Social.php @@ -260,7 +260,7 @@ public function createCustomerSocial($data, $store) * * @return EmailNotificationInterface */ - private function getEmailNotification() + protected function getEmailNotification() { return ObjectManager::getInstance()->get(EmailNotificationInterface::class); } From 39a941da9998004c479a133e4616e61e81ba1d13 Mon Sep 17 00:00:00 2001 From: justin Date: Mon, 7 Nov 2022 10:06:34 +0700 Subject: [PATCH 2/2] Translate Proceed to checkout button --- view/frontend/web/js/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/frontend/web/js/popup.js b/view/frontend/web/js/popup.js index a3832bd..1b5edc8 100755 --- a/view/frontend/web/js/popup.js +++ b/view/frontend/web/js/popup.js @@ -641,7 +641,7 @@ define( if (!customer().firstname && cart().isGuestCheckoutAllowed === false && cart().isReplaceAuthModal && pccBtn.length) { pccBtn.replaceWith( '' ); if (self.options.popupLogin === 'popup_login') {