Class: PaymentNotificationsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/payment_notifications_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



3
4
5
6
# File 'app/controllers/payment_notifications_controller.rb', line 3

def create
  Order.find(params[:invoice]).payment_notifications.create!(:params => params)
  render :nothing => true
end