spree / spree_backend

Spree Admin Dashboard
BSD 3-Clause "New" or "Revised" License
33 stars 61 forks source link

Fix Promotions#index view when a promotion has expires_at set #302

Closed tomdonarski closed 9 months ago

tomdonarski commented 10 months ago

What?

Fix Promotions#index view when a promotion has expires_at set. https://upsidelab.atlassian.net/browse/SP-178

Why?

Promotion#index view breaks due to an ArgumentError: (wrong number of arguments (given 1, expected 0) (ArgumentError))

How?

Deletion of unnecessary conversion to String (along with faulty argument passing).