Class: MyMoipRails::PurchasesController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/my_moip_rails/purchases_controller.rb

Instance Method Summary collapse

Methods inherited from BaseController

#done

Instance Method Details

#notificationObject



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

def notification
  Rails.logger.info("MyMoipRails notification received with #{params.inspect}")
  render nothing: true, status: :ok
end