Class: Spree::AcledaRedirectsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Spree::AcledaRedirectsController
- Defined in:
- app/controllers/spree/acleda_redirects_controller.rb
Instance Method Summary collapse
Instance Method Details
#load_payment ⇒ Object
18 19 20 |
# File 'app/controllers/spree/acleda_redirects_controller.rb', line 18 def load_payment @payment = ::Spree::Payment.find_by(number: params[:payment_number]) end |