diff --git a/lib/tasks/subscriptions/test.rake b/lib/tasks/subscriptions/test.rake index bfe0e48eb6..517bcecd2a 100644 --- a/lib/tasks/subscriptions/test.rake +++ b/lib/tasks/subscriptions/test.rake @@ -17,8 +17,8 @@ namespace :ofn do # Reset Proxy Orders of the Order Cycle # by detatching them from existing orders and resetting placed and confirmed dates ProxyOrder.find_by(order_cycle_id: order_cycle_id)&.update(order_id: nil, - confirmed_at: nil, - placed_at: nil) + confirmed_at: nil, + placed_at: nil) # Run placement job to create orders SubscriptionPlacementJob.new.perform