Class: MyMoipRails::PurchasesController
- Inherits:
-
BaseController
- Object
- ApplicationController
- BaseController
- MyMoipRails::PurchasesController
- Defined in:
- app/controllers/my_moip_rails/purchases_controller.rb
Instance Method Summary collapse
Methods inherited from BaseController
#canceled, #done, #refunded, #reversed
Instance Method Details
#notification ⇒ Object
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 |