I've downloaded the latest plugin and installed in a Moodle 2.4.3 system. I'm getting the following when the user submits a transaction.
Debug info:
Error code: codingerror
Stack trace:
Output buffer: <div class="mdl-align"><p>This course requires a payment for entry.</p><p><b>Authorize.Net Payment Gateway</b></p><p><b>Cost: USD 2</b></p></div>
Any direction would be greatly appreciated.
04-10-2013 01:59 PM
I tried uninstalling and reinstalling Authroize.net but that didn't change anything. Still not able to use the plug-in. Does anyone have the same problem or know why this might be happening?
04-12-2013 05:13 AM
Hello velocedge,
Which plugin for moodle are you using? Have you also looked in the Moodle forums?
Richard
04-12-2013 08:20 AM
version.php says 2012051300;
I downloaded it from: https://github.com/logicexpertise/moodle-enrol_authorize
I have not posted on Moodle yet. I thought you would be the better source of information since I don't know if authorize.net is officially supported by Moodle 2.4.3.
04-12-2013 01:20 PM
Should I be able to run Authorize.net with Moodle 2.4.3?... is anyone else running it on that Moodle version?
04-20-2013 09:58 AM
@velocedge wrote:Should I be able to run Authorize.net with Moodle 2.4.3?... is anyone else running it on that Moodle version?
Hi. I realize this thread is a little old but I've just installed the same version as mentioned above and am using it just fine with Moodle 2.5.2. I did make two changes.
First, there's a typo in the code at Github:
In enrol_form.php, line 168 is currently:
09-26-2013 10:36 PM