Merged payment fix from stable

This commit is contained in:
moodler
2004-11-11 06:51:53 +00:00
parent 9957501099
commit ec11cd9c66
+1 -1
View File
@@ -34,7 +34,7 @@
$custom = explode('-', $data->custom);
$data->userid = $custom[0];
$data->courseid = $custom[1];
$data->payment_amount = $data->mc_gross;
$data->payment_gross = $data->mc_gross;
$data->payment_currency = $data->mc_currency;