Class: PayURails::WebhooksController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- PayURails::WebhooksController
- Defined in:
- app/controllers/pay_u_rails/webhooks_controller.rb
Instance Method Summary collapse
Instance Method Details
#confirmation ⇒ Object
4 5 6 |
# File 'app/controllers/pay_u_rails/webhooks_controller.rb', line 4 def confirmation process_webhook(resource_class: PayU::Confirmation) end |
#response_page ⇒ Object
9 10 11 |
# File 'app/controllers/pay_u_rails/webhooks_controller.rb', line 9 def response_page process_webhook(resource_class: PayU::Response) end |