mollie / spree-mollie-gateway

Mollie payments for Spree Commerce.
https://www.mollie.com
16 stars 23 forks source link

Properly notify store owner when an order is completed #102

Open Kulgar opened 2 years ago

Kulgar commented 2 years ago

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!