Class: OpenReceive::CheckoutsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- OpenReceive::CheckoutsController
- Defined in:
- app/controllers/openreceive/checkouts_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
13 14 15 16 17 18 19 |
# File 'app/controllers/openreceive/checkouts_controller.rb', line 13 def create openreceive_respond(openreceive_handler.create_checkout( raw_body: openreceive_raw_body, request: request, request_id: openreceive_request_id )) end |
#prepare ⇒ Object
5 6 7 8 9 10 11 |
# File 'app/controllers/openreceive/checkouts_controller.rb', line 5 def prepare openreceive_respond(openreceive_handler.prepare_checkout( raw_body: openreceive_raw_body, request: request, request_id: openreceive_request_id )) end |