Class: SpreeGoogleAnalytics::PaymentPresenter

Inherits:
CheckoutPresenter show all
Defined in:
app/presenters/spree_google_analytics/payment_presenter.rb

Instance Method Summary collapse

Methods inherited from OrderPresenter

#initialize

Constructor Details

This class inherits a constructor from SpreeGoogleAnalytics::OrderPresenter

Instance Method Details

#callObject



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