spree-mollie-gateway
spree-mollie-gateway copied to clipboard
Properly notify store owner when an order is completed
Hi!
The "finalize!" method in the order_decorator.rb file was missing the deliver_store_owner_order_notification_email
code.
So... my store owners weren't receiving new order notifications, which is... pretty bad.
This PR should fix the bug. Thanks!