Sha256: 4ba595714cb4e171fa040751552deed3cb331e31d0aa3a19ba4a2f76c092098a
Contents?: true
Size: 306 Bytes
Versions: 65
Compression:
Stored size: 306 Bytes
Contents
# frozen_string_literal: true module Spree module Admin module PaymentsHelper def payment_method_name(payment) Spree::Deprecation.warn "payment_method_name(payment) is deprecated. Instead use payment.payment_method.name" payment.payment_method.name end end end end
Version data entries
65 entries across 65 versions & 2 rubygems