Sylius / AdminOrderCreationPlugin

Create orders in Sylius as an Administrator
MIT License
56 stars 50 forks source link

Improved: OrderPaymentLinkSender #158

Closed igormukhingmailcom closed 2 years ago

igormukhingmailcom commented 4 years ago

Now created Order passed to email template to be able to render breakdown / user can see what he pays for

devfive commented 3 years ago

I think it should also pass localeCode like in other places, e.g. https://github.com/Sylius/Sylius/blob/f27be445c11eccd0556d5edbafd60067960ca46c/src/Sylius/Bundle/AdminBundle/EmailManager/OrderEmailManager.php#L32

but then it won't be only OrderPaymentLinkSender anymore, so this file should be renamed probably, what do you think?

GSadee commented 2 years ago

Thanks, Igor! :tada: