-
Notifications
You must be signed in to change notification settings - Fork 53
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
Subscription Related Event Observer in Payment Module #764
Comments
This codepart is also not relevant if you do not have a subscription module in place https://github.com/mollie/magento2/blob/master/Plugin/Sales/AddRecurringData.php |
Hello again @ThomasNegeli, thank you for posting this question and observation on this. |
Hi There @ThomasNegeli , Thank you for your patience on this one. That this code lives in the main repository and not in the subscriptions repository is done on behalf of the request of a partner. This allows them to place subscription orders through their platform. Nevertheless, we've made an improvement on this issue that will be in the next release. I'll keep this issue open until then. Thanks again! |
Hi @ThomasNegeli , as promised we've addressed this in our newest release, v2.37.0. I'll mark this as resolved for now, but feel free to reach out if you need any more help. Thanks once again! |
magento2/Observer/SalesQuoteItemSetProduct/SetSubscriptionDataOnBuyRequest.php
Line 48 in ad83c2a
Hi @Frank-Magmodules, what is the purpose of this event observer?
The observer is fired on reorder functionality, not when the subscription item is added to the cart.
This results in the fact that every order item becomes a subscription item in the reordered cart, if the underlying product has a subscription configuration but also allows one time purchases.
What is the usecase behind this functionality?
The text was updated successfully, but these errors were encountered: