Sha256: 0d85f5d18ae1b266556fde6c2f54270da7bbe0ee444e929f392c94277586d26f
Contents?: true
Size: 205 Bytes
Versions: 15
Compression:
Stored size: 205 Bytes
Contents
module Spree module ApplePayPaymentDecorator def apple_pay? payment_method.is_a? Spree::Gateway::StripeApplePayGateway end end end Spree::Payment.prepend Spree::ApplePayPaymentDecorator
Version data entries
15 entries across 15 versions & 1 rubygems