app/controllers/spree/api/checkouts_controller.rb in solidus_api-2.5.2 vs app/controllers/spree/api/checkouts_controller.rb in solidus_api-2.6.0.rc1
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Spree
module Api
class CheckoutsController < Spree::Api::BaseController
before_action :load_order, only: [:next, :advance, :update, :complete]
around_action :lock_order, only: [:next, :advance, :update, :complete]