Minor fixes to statement, services and internal things
Many misc updates
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
*/
|
||||
class Model_Checkout extends ORMOSB {
|
||||
protected $_has_many = array(
|
||||
'payment' => array()
|
||||
'account'=>array('through'=>'account_billing','foreign_key'=>'checkout_plugin_id'),
|
||||
'payment'=>array(),
|
||||
);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user