Skip to content

Commit

Permalink
UPDATE: Orders Status Generic Codes
Browse files Browse the repository at this point in the history
  • Loading branch information
BadPixxel committed Aug 26, 2019
1 parent 0754b03 commit a6a610a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/splashsync/src/Objects/Order/StatusTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@ trait StatusTrait
6 => "OrderCanceled",
7 => "OrderCanceled",
8 => "OrderProblem",
9 => "OrderOutOfStock",
9 => "OrderProcessing",
10 => "OrderPaymentDue",
11 => "OrderPaymentDue",
12 => "OrderOutOfStock",
13 => "OrderProcessing",
12 => "OrderProcessing",
);

/**
Expand Down

0 comments on commit a6a610a

Please sign in to comment.