Sha256: 8206f321e19b56a3d78189b95a67549f44c6c6c78d4f3e4bc85cd2c98518ff87
Contents?: true
Size: 155 Bytes
Versions: 12
Compression:
Stored size: 155 Bytes
Contents
module Workarea decorate Search::OrderText, with: :paypal do def payment_text return 'PayPal' if payment.paypal? super end end end
Version data entries
12 entries across 12 versions & 1 rubygems