Sha256: cd23f977d88a25caa584fa59f8fd9a17f54be9db7becdd7efc50bb8c0abeecdb
Contents?: true
Size: 362 Bytes
Versions: 8
Compression:
Stored size: 362 Bytes
Contents
module CatarsePaypalExpress class ContributionActions def initialize contribution @contribution = contribution end def refund refund_request = gateway.refund(nil, @contribution.payment_id) refund_request.success? end private def gateway @gateway ||= CatarsePaypalExpress::Gateway.instance end end end
Version data entries
8 entries across 8 versions & 2 rubygems