Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SL-212/email fix #156

Merged
merged 1 commit into from
Mar 27, 2024
Merged

SL-212/email fix #156

merged 1 commit into from
Mar 27, 2024

Conversation

GytisZum
Copy link
Collaborator

@GytisZum GytisZum commented Mar 22, 2024

Order confirmation and new order mails was not working with setting "after authorization".

@GytisZum GytisZum self-assigned this Mar 22, 2024
@GytisZum GytisZum merged commit bdd397d into release-1.2.2 Mar 27, 2024
@GytisZum GytisZum deleted the SL-212/emails-fix branch March 27, 2024 08:47
@@ -64,6 +64,24 @@ public function postProcess()
die($this->module->l('Error. Insecure cart', self::FILENAME));
}

if ($cart->orderExists()) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

below this block it's duplicated 2 more times, maybe should have used it for all of them somehow?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants