vphat28 / stripe-module-core

1 stars 1 forks source link

Invoice notifications are never sent #2

Open aadmathijssen opened 5 years ago

aadmathijssen commented 5 years ago

When an order is (automatically) invoiced by the plugin, an invoice notification is not sent.

I would have expected this to be the case, because this is the only way to inform the customer that their invoice is being sent.

When looking at other payment plugins, they all seem to use the \Magento\Sales\Model\Order\Email\Sender\InvoiceSender::send for sending an invoice notification, and most of the time they also add an order status history comment that an invoice notification is sent to the customer:

Please add this functionality, this is essential for working with this plugin.