Class: Gateway::PayuInController
- Inherits:
-
Spree::BaseController
- Object
- Spree::BaseController
- Gateway::PayuInController
- Includes:
- ERB::Util
- Defined in:
- app/controllers/gateway/payu_in_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
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 |