You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As fare as i could see you are not using the name anywhere so it an be easily fixed by renaming them e.g
banks_checkout_controller_success_action & cards_checkout_controller_success_action
The text was updated successfully, but these errors were encountered:
You are using the same observer name for the AfterPlaceOrder Observer in events.xml inside the 2 modules
openpay-magento2-cards and openpay-banks
which can and will cause overrides as mentioned by magento
https://developer.adobe.com/commerce/php/development/components/events-and-observers/#subscribing-to-events
Quote:
The observer name must be unique, or an override will occur.
Code from openpay-banks:
Code from openpay-magento2-cards
As fare as i could see you are not using the name anywhere so it an be easily fixed by renaming them e.g
banks_checkout_controller_success_action & cards_checkout_controller_success_action
The text was updated successfully, but these errors were encountered: