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

Add feature to process adminhtml creditmemo features #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

spinsch
Copy link

@spinsch spinsch commented Dec 27, 2023

When you create a credit memo in the backend, features such as defining "back to stock", sending a confirmation email or setting a comment are not available if the API does not process the refund directly (which was always the case before). If a credit memo is triggered by a webhook, all settings from the form are ignored.

With this pull request, the form data is cached when the RefundJob is created. If the refund is triggered by a webhook event, the form data is also processed.

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.

None yet

1 participant