feat: add invoice
This commit is contained in:
@@ -33,4 +33,19 @@ return [
|
||||
'password_confirmation' => 'Confirm password',
|
||||
'submit' => 'Update password',
|
||||
],
|
||||
'payment_invoice' => [
|
||||
'subject' => 'Your Bowli invoice',
|
||||
'title' => 'Your invoice is available',
|
||||
'greeting' => 'Hi :name,',
|
||||
'default_name' => 'there',
|
||||
'intro' => 'Thanks for your payment. Your summary and invoice link are below.',
|
||||
'product' => 'Product',
|
||||
'default_product' => 'Bowli credits',
|
||||
'credits' => 'Credits',
|
||||
'amount' => 'Amount',
|
||||
'unknown_amount' => 'Amount unavailable',
|
||||
'action' => 'View my invoice',
|
||||
'pdf_link' => 'PDF link:',
|
||||
'footer' => 'If you have any question, simply reply to this email.',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user