19 lines
850 B
PHP
19 lines
850 B
PHP
<?php
|
|
|
|
return [
|
|
'mail_subject' => 'Your order :number',
|
|
'mail_heading' => 'Order confirmed',
|
|
'mail_preheader' => ':label — payment received.',
|
|
'mail_greeting' => 'Hello :name,',
|
|
'mail_intro' => 'thank you for your order. The payment has arrived and we are setting your environment up.',
|
|
'field_product' => 'Product',
|
|
'field_location' => 'Location',
|
|
'field_number' => 'Order number',
|
|
'field_amount' => 'Amount',
|
|
// Deliberately without a time: provisioning takes as long as it takes, and
|
|
// a promised minute that slips is worse than no promise at all.
|
|
'mail_next' => 'You will get a second message with the address of your cloud once it is running. Nothing to do until then.',
|
|
'mail_action' => 'View your invoices',
|
|
'mail_help' => 'Questions about the order? Just reply to this message.',
|
|
];
|