Skip to content

Commit

Permalink
Merge branch 'w19_MDL-32733_m22_authorizemessage' of git://github.com…
Browse files Browse the repository at this point in the history
…/skodak/moodle into MOODLE_22_STABLE
  • Loading branch information
danpoltawski committed May 9, 2012
2 parents c0ba02d + fee082d commit 1357fde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions enrol/authorize/lang/en/enrol_authorize.php
Expand Up @@ -144,6 +144,7 @@
$string['isbusinesschecking'] = 'Is business checking?';
$string['logindesc'] = 'This option must be ON. <br /><br />Please ensure that you have turned <a href="{$a->url}">loginhttps ON</a> in Admin >> Variables >> Security.<br /><br />Turning this on will make Moodle use a secure https connection just for the login and payment pages.';
$string['logininfo'] = 'When configuring your Authorize.Net account, the login name is required and you must enter <strong>either</strong> the transaction key <strong>or</strong> the password in the appropriate box. We recommend you enter the transaction key due to security precautions.';
$string['messageprovider:authorize_enrolment'] = 'Authorize.Net enrolment messages';
$string['methodcc'] = 'Credit card';
$string['methodccdesc'] = 'Select credit card and accepted types below';
$string['methodecheck'] = 'eCheck (ACH)';
Expand Down
2 changes: 1 addition & 1 deletion enrol/authorize/version.php
Expand Up @@ -26,7 +26,7 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2011112901; // The current plugin version (Date: YYYYMMDDXX)
$plugin->version = 2011112902; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2011112900; // Requires this Moodle version
$plugin->component = 'enrol_authorize'; // Full name of the plugin (used for diagnostics)
$plugin->cron = 180;

0 comments on commit 1357fde

Please sign in to comment.