Module: Spree::V2::Storefront::PaymentSerializerDecorator
- Defined in:
- app/serializers/spree/v2/storefront/payment_serializer_decorator.rb
Class Method Summary collapse
Class Method Details
.prepended(base) ⇒ Object
5 6 7 |
# File 'app/serializers/spree/v2/storefront/payment_serializer_decorator.rb', line 5 def self.prepended(base) base.attributes :pre_auth_status, :checkout_url, :process_payment_url, :web_checkout_url end |