Class: Gateway::PayuInController

Inherits:
Spree::BaseController
  • Object
show all
Includes:
ERB::Util
Defined in:
app/controllers/gateway/payu_in_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



8
9
10
11
# File 'app/controllers/gateway/payu_in_controller.rb', line 8

def show
  @order   = Order.find(params[:order_id])
  @gateway = PaymentMethod.find(params[:gateway_id])
end