Improvements to payment and other misc items

This commit is contained in:
Deon George
2013-06-19 19:26:07 +10:00
parent 87b3267422
commit a833d452dc
33 changed files with 569 additions and 530 deletions

View File

@@ -135,7 +135,7 @@ abstract class Checkout_Plugin_Paypal extends Checkout_Plugin {
}
$po->add_item($cio->module_item)->alloc_amt = $cno->data['mc_gross_'.$c];
$po->old_add_item($cio->module_item)->alloc_amt = $cno->data['mc_gross_'.$c];
break;