Class: OpenReceive::PaymentsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- OpenReceive::PaymentsController
- Defined in:
- app/controllers/openreceive/payments_controller.rb
Instance Method Summary collapse
Instance Method Details
#check ⇒ Object
5 6 7 8 9 10 11 12 |
# File 'app/controllers/openreceive/payments_controller.rb', line 5 def check openreceive_respond(openreceive_handler.check_payment( raw_body: openreceive_raw_body, request: request, request_id: openreceive_request_id, **openreceive_check_pass_arguments )) end |