Skip to content

Commit 0e5ad6f

Browse files
JacobPlasterJacobPlaster
JacobPlaster
authored andcommitted
models/order: use correct index for notify
1 parent 8f6775f commit 0e5ad6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/models/order.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ class Order < Model
2929
# placeholder
3030
# placeholder
3131
# placeholder
32-
# placeholder
33-
:notify => 24,
32+
:notify => 23,
33+
:hidden => 24,
3434
:placed_id => 25,
3535
# placeholder
3636
# placeholder

0 commit comments

Comments
 (0)