Class: Stall::PaymentsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/stall/payments_controller.rb

Instance Method Summary collapse

Instance Method Details

#notifyObject



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.rendering_options
end