Class: Spree::PaywayResultsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Spree::PaywayResultsController
- Defined in:
- app/controllers/spree/payway_results_controller.rb
Instance Method Summary collapse
-
#failed ⇒ Object
GET.
-
#success ⇒ Object
GET.
Instance Method Details
#failed ⇒ Object
GET
9 |
# File 'app/controllers/spree/payway_results_controller.rb', line 9 def failed; end |
#success ⇒ Object
GET
6 |
# File 'app/controllers/spree/payway_results_controller.rb', line 6 def success; end |