This commit is contained in:
24c02 2025-06-27 16:13:20 -04:00
parent b239197dfe
commit 2cfde0f176

View file

@ -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]