Class: Spree::Api::V3::Store::OrdersController

Inherits:
Store::BaseController
  • Object
show all
Defined in:
app/controllers/spree/api/v3/store/orders_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



10
11
12
# File 'app/controllers/spree/api/v3/store/orders_controller.rb', line 10

def show
  render json: serializer_class.new(@order, params: serializer_params).to_h
end