Module: Spree::Api::V3::PaymentMethodSerializerDecorator

Defined in:
app/serializers/spree/api/v3/payment_method_serializer_decorator.rb

Overview

Exposes non-secret payment-method preferences to the storefront.

Class Method Summary collapse

Class Method Details

.prepended(base) ⇒ Object



10
11
12
# File 'app/serializers/spree/api/v3/payment_method_serializer_decorator.rb', line 10

def self.prepended(base)
  base.attribute :public_preferences, &:public_preferences
end