app/controllers/effective/providers/moneris.rb in effective_orders-6.9.2 vs app/controllers/effective/providers/moneris.rb in effective_orders-6.9.4

- old
+ new

@@ -10,10 +10,10 @@ end def moneris_postback raise('moneris provider is not available') unless EffectiveOrders.moneris? - @order ||= Effective::Order.find(params[:response_order_id]) + @order ||= Effective::Order.deep.find(params[:response_order_id]) # We do this even if we're not authorized EffectiveResources.authorized?(self, :update, @order) # Delete the Purchased and Declined Redirect URLs