Skip to content

Commit

Permalink
Fixed typos in constants
Browse files Browse the repository at this point in the history
  • Loading branch information
sveneisenschmidt committed Nov 15, 2013
1 parent eb07351 commit 01f925c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
46 changes: 23 additions & 23 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions src/SE/Component/OpenTrans/NodeLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ class NodeLoader
const NODE_ORDER_HEADER = 'node.order.header';
const NODE_ORDER_ITEM = 'node.order.item';
const NODE_ORDER_ORDERINFO = 'node.order.info';
const NODE_ORDER_PARTIES = 'node.node.order.parties';
const NODE_ORDER_PARTY = 'node.node.order.party';
const NODE_ORDER_PARTYCOLLECTION = 'node.node.order.partycollection';
const NODE_ORDER_PARTYID = 'node.node.order.partyid';
const NODE_ORDER_PARTIES = 'node.order.parties';
const NODE_ORDER_PARTY = 'node.order.party';
const NODE_ORDER_PARTYCOLLECTION = 'node.order.partycollection';
const NODE_ORDER_PARTYID = 'node.order.partyid';
const NODE_ORDER_REMARK = 'node.order.remark';
const NODE_ORDER_SUMMARY = 'node.order.sumary';
const NODE_ORDER_SUMMARY = 'node.order.summary';

/**
*
Expand Down

0 comments on commit 01f925c

Please sign in to comment.