Skip to content

Commit

Permalink
fixed order of elements
Browse files Browse the repository at this point in the history
  • Loading branch information
mathielen committed Dec 8, 2023
1 parent ea458e5 commit f3c095e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CXml/Model/Request/OrderRequestHeader.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

class OrderRequestHeader
{
use ExtrinsicsTrait;
use IdReferencesTrait;
use CommentsTrait;
use IdReferencesTrait;
use ExtrinsicsTrait;

public const TYPE_NEW = 'new';

Expand Down

0 comments on commit f3c095e

Please sign in to comment.