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
Actually in processLaybuySuccessPayment the sendOrderEmail looks to be called before the invoice is created.
It should probably be after the "createInvoiceAndUpdateOrder"
And in that method, there is a invoiceSender->send call but its still before the invoice is saved to the db, in which case it has no Invoice ID set.
Invoice number not sent in Invoice emails yet other payment methods do have it.
composer.json shows me
name: "laybuy/laybuy"
Version: 0.1.0
Place to look possibly Model/Laybuy.php in sendOrderEmail function.
The text was updated successfully, but these errors were encountered: