Sha256: 9fd4e7a36dd41cd448b5b86af5a11e255af12879e7c585dbc8c7a9120c186835
Contents?: true
Size: 326 Bytes
Versions: 5
Compression:
Stored size: 326 Bytes
Contents
module Workarea class Payment class Refund class Klarna include OperationImplementation def complete! transaction.response = Workarea::Klarna.gateway.refund(tender, transaction.amount) end def cancel! # noop end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems