Module: SpreeStripe::V2::Storefront::PaymentMethodSerializerDecorator
- Defined in:
- app/serializers/spree_stripe/v2/storefront/payment_method_serializer_decorator.rb
Class Method Summary collapse
Class Method Details
.prepended(base) ⇒ Object
5 6 7 8 9 |
# File 'app/serializers/spree_stripe/v2/storefront/payment_method_serializer_decorator.rb', line 5 def self.prepended(base) base.attribute :publishable_key do |pm| pm.try(:preferred_publishable_key) end end |