Class: SpreeGoogleAnalytics::PaymentPresenter
- Inherits:
-
CheckoutPresenter
- Object
- OrderPresenter
- CheckoutPresenter
- SpreeGoogleAnalytics::PaymentPresenter
- Defined in:
- app/presenters/spree_google_analytics/payment_presenter.rb
Instance Method Summary collapse
Methods inherited from OrderPresenter
Constructor Details
This class inherits a constructor from SpreeGoogleAnalytics::OrderPresenter
Instance Method Details
#call ⇒ Object
3 4 5 |
# File 'app/presenters/spree_google_analytics/payment_presenter.rb', line 3 def call super.merge({ payment_type: @order.payments&.last&.payment_method&.name }) end |