Changed checkout_plugin_id to checkout_id and ADSL speed to SUPPLIER speed
This commit is contained in:
@@ -78,9 +78,9 @@ class Payment_Bulk_Ezypay {
|
||||
// @todo Hack - since the reports dont show how the payment was made.
|
||||
// @todo Put this in a config file, in the mean time.
|
||||
if ($array[7] == 1.05)
|
||||
$payments[$array[3]]->checkout_plugin_id = 2;
|
||||
$payments[$array[3]]->checkout_id = 2;
|
||||
else
|
||||
$payments[$array[3]]->checkout_plugin_id = 4;
|
||||
$payments[$array[3]]->checkout_id = 4;
|
||||
}
|
||||
|
||||
$result = '';
|
||||
|
Reference in New Issue
Block a user