7 lines
147 B
PHP
7 lines
147 B
PHP
<?php
|
|
|
|
return [
|
|
'status_updated' => 'Order status has been updated.',
|
|
'invoice_sent' => 'Invoice has been sent to the customer.',
|
|
];
|