Class: SolidusNexio::ApmSource
- Inherits:
-
Spree::PaymentSource
- Object
- Spree::PaymentSource
- SolidusNexio::ApmSource
- Defined in:
- app/models/solidus_nexio/apm_source.rb
Instance Method Summary collapse
Instance Method Details
#name ⇒ Object
19 20 21 |
# File 'app/models/solidus_nexio/apm_source.rb', line 19 def name I18n.t("nexio.apms.#{kind}.name") end |
#reusable? ⇒ Boolean
15 16 17 |
# File 'app/models/solidus_nexio/apm_source.rb', line 15 def reusable? gateway_payment_profile_id.present? end |