Class: PayURails::WebhooksController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/pay_u_rails/webhooks_controller.rb

Instance Method Summary collapse

Instance Method Details

#confirmationObject



4
5
6
# File 'app/controllers/pay_u_rails/webhooks_controller.rb', line 4

def confirmation
  process_webhook(resource_class: PayU::Confirmation)
end

#response_pageObject



9
10
11
# File 'app/controllers/pay_u_rails/webhooks_controller.rb', line 9

def response_page
  process_webhook(resource_class: PayU::Response)
end