Added Direct Debit Amount to easily identify excess charges
This commit is contained in:
@@ -61,7 +61,7 @@ class Payment_Bulk_Ezypay {
|
||||
$po->checkout_data = array('transid'=>$array[2].':'.$array[3]);
|
||||
$po->date_payment = strtotime(str_replace('/','-',$array[8]));
|
||||
|
||||
$sbo = $po->account->service_billing->where('plugin_data','=',$array[3])->find();
|
||||
$sbo = $po->account->service_billing->where('checkout_data','=',$array[3])->find();
|
||||
if (! $sbo->loaded())
|
||||
throw HTTP_Exception::factory(501,'No Service Billing Data for :aid (:pd)?',array(':aid'=>$aid,':pd'=>$array[3]));
|
||||
|
||||
|
Reference in New Issue
Block a user