Skip to content

Commit

Permalink
Merge pull request #270 from mageplaza/2.4-develop
Browse files Browse the repository at this point in the history
2.4 develop
  • Loading branch information
KhietNguyen83 authored Jan 5, 2023
2 parents b48612f + 3a0282f commit 14ae03a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Model/Social.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ public function createCustomerSocial($data, $store)
*
* @return EmailNotificationInterface
*/
private function getEmailNotification()
protected function getEmailNotification()
{
return ObjectManager::getInstance()->get(EmailNotificationInterface::class);
}
Expand Down
2 changes: 1 addition & 1 deletion view/frontend/web/js/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ define(
if (!customer().firstname && cart().isGuestCheckoutAllowed === false && cart().isReplaceAuthModal && pccBtn.length) {
pccBtn.replaceWith(
'<a title="Proceed to Checkout" class="action primary checkout social-login-btn">' +
'<span>Proceed to Checkout</span>' +
'<span>' + $t('Proceed to Checkout') + '</span>' +
'</a>'
);
if (self.options.popupLogin === 'popup_login') {
Expand Down

0 comments on commit 14ae03a

Please sign in to comment.