Skip to content

Commit

Permalink
Fix namespacing
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdonarski committed Nov 26, 2023
1 parent 4e65318 commit 7be826e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def show
end

def csv_export
send_data PromoCodesExporter.new(params).call,
send_data Spree::PromotionBatches::PromoCodesExporter.new(params).call,
filename: "promo_codes_from_batch_id_#{params[:id]}.csv",
disposition: :attachment,
type: "text/csv"
Expand Down

0 comments on commit 7be826e

Please sign in to comment.