mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 16:38:18 +00:00
fix joj
This commit is contained in:
parent
b239197dfe
commit
2cfde0f176
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class Warehouse::UpdateMailingInfoJob < ApplicationJob
|
|||
"ship_client",
|
||||
startDate: start_date,
|
||||
endDate: end_date
|
||||
).index_by { |order| order[:order_number].sub("hack.club/", "") }
|
||||
).index_by { |order| order[:order_number].to_s.sub("hack.club/", "") }
|
||||
|
||||
orders.each do |order|
|
||||
zen_order = zen_orders[order.hc_id]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue