Skip to content

Commit

Permalink
[-] WS : Fix Carrier xlink #PSCFV-10198
Browse files Browse the repository at this point in the history
  • Loading branch information
anat committed Jul 8, 2014
1 parent 00e0750 commit b6aa9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Carrier.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class CarrierCore extends ObjectModel
'getter' => 'getIdTaxRulesGroup',
'setter' => 'setTaxRulesGroup',
'xlink_resource' => array(
'resourceName' => 'tax_rules_group'
'resourceName' => 'tax_rule_groups'
)
),
),
Expand Down

0 comments on commit b6aa9e6

Please sign in to comment.