mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Daily echeck order notification
This commit is contained in:
parent
69aaada0f5
commit
c33e8ec8f7
2 changed files with 27 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?PHP // $Id$
|
||||
// enrol_authorize.php - created with Moodle 1.8 dev (2006102600)
|
||||
// enrol_authorize.php - created with Moodle 1.8 dev (2006112000)
|
||||
|
||||
|
||||
$string['adminacceptccs'] = 'Which credit card types will be accepted?';
|
||||
|
@ -126,6 +126,13 @@ $string['orderid'] = 'OrderID';
|
|||
$string['paymentmanagement'] = 'Payment Management';
|
||||
$string['paymentmethod'] = 'Payment Method';
|
||||
$string['paymentpending'] = 'Your payment is pending for this course with this order number $a->orderid. See <a href=\'$a->url\'>Order Details</a>.';
|
||||
$string['pendingecheckemail'] = 'Dear manager,
|
||||
|
||||
There are $a->count pending echecks now and you have to upload a csv file to get the users enrolled.
|
||||
|
||||
Click the link and read the help file on the page seen:
|
||||
$a->url';
|
||||
$string['pendingechecksubject'] = '$a->course: Pending eChecks($a->count)';
|
||||
$string['pendingordersemail'] = 'Dear admin,
|
||||
|
||||
$a->pending transactions for course \"$a->course\" will expire unless you accept payment within $a->days days.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue