Fixed a typo in the last authorize.net patch from Ethem
This commit is contained in:
+2
-1
@@ -349,9 +349,10 @@
|
||||
echo "</form></td>";
|
||||
}
|
||||
}
|
||||
// Authorize.net: User Payments
|
||||
if ($course->enrol == 'authorize' || (empty($course->enrol) && $CFG->enrol == 'authorize')) {
|
||||
echo "<td nowrap=\"nowrap\"><form action=\"../enrol/authorize/index.php\" method=\"get\">";
|
||||
echo "<input type=\"hidden\" name=\"id\" value=\"$course->id\" />";
|
||||
echo "<input type=\"hidden\" name=\"course\" value=\"$course->id\" />";
|
||||
echo "<input type=\"hidden\" name=\"user\" value=\"$user->id\" />";
|
||||
echo "<input type=\"submit\" value=\"".get_string('payments')."\" />";
|
||||
echo "</form></td>";
|
||||
|
||||
Reference in New Issue
Block a user