// webservice
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12285 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -54,6 +54,14 @@ class TaxRuleCore extends ObjectModel
|
||||
),
|
||||
);
|
||||
|
||||
protected $webserviceParameters = array(
|
||||
'fields' => array(
|
||||
'id_tax_rules_group' => array('xlink_resource'=> 'tax_rules_group'),
|
||||
'id_state' => array('xlink_resource'=> 'states'),
|
||||
'id_country' => array('xlink_resource'=> 'countries')
|
||||
),
|
||||
);
|
||||
|
||||
public static function deleteByGroupId($id_group)
|
||||
{
|
||||
if (empty($id_group))
|
||||
|
||||
Reference in New Issue
Block a user