Class: Stall::PaymentsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Stall::PaymentsController
- Defined in:
- app/controllers/stall/payments_controller.rb
Instance Method Summary collapse
Instance Method Details
#notify ⇒ Object
5 6 7 8 9 |
# File 'app/controllers/stall/payments_controller.rb', line 5 def notify service = Stall.config.service_for(:payment_notification).new(params[:gateway], request) service.call render service. end |