Sha256: 475897970e057d7e60f6f823b59bcc13cfd984616677e2cd35a724b4418b3039
Contents?: true
Size: 316 Bytes
Versions: 12
Compression:
Stored size: 316 Bytes
Contents
module Workarea decorate Storefront::Checkout::PaymentViewModel, with: :paypal do def paypal? payment.paypal? end def using_new_card? super && !paypal? end def credit_cards super.map do |card| card.options[:paypal] = paypal? card end end end end
Version data entries
12 entries across 12 versions & 1 rubygems