Module: Spree::Adyen

Defined in:
app/models/spree/adyen/hpp_source.rb,
lib/spree/adyen/hpp.rb,
lib/spree/adyen/url.rb,
lib/spree/adyen/engine.rb,
lib/spree/adyen/version.rb,
lib/spree/adyen/hpp_check.rb,
app/models/concerns/spree/adyen/order.rb,
app/models/concerns/spree/adyen/payment.rb,
app/controllers/spree/adyen/hpps_controller.rb,
app/models/spree/adyen/notification_processor.rb,
app/models/spree/adyen/presenters/communication.rb,
app/models/spree/adyen/presenters/communications.rb,
app/models/spree/adyen/presenters/communications/base.rb,
app/models/spree/adyen/presenters/communications/log_entry.rb,
app/models/spree/adyen/presenters/communications/hpp_source.rb,
app/controllers/concerns/spree/adyen/admin/refunds_controller.rb,
app/models/spree/adyen/presenters/communications/adyen_notification.rb

Overview

This models the response that is received after a user is redirected from the Adyen Hosted Payment Pages. It’s used as the the source for the Spree::Payment and keeps track of the messages received from the notifications end point.

Attributes defined are dervived from the docs: docs.adyen.com/display/TD/HPP+payment+response

Information about when certain action are valid: docs.adyen.com/display/TD/HPP+modifications

Defined Under Namespace

Modules: Admin, HPP, HppCheck, Order, Payment, Presenters, URL Classes: Engine, HppSource, HppsController, NotificationProcessor

Constant Summary collapse

VERSION =
"1.0.0"